Fixed Poison Crafting

Fixed Poison Crafting.  Added missing Med. Viper Venom UTI.  Added missing Owl Animal Companion UTC for lvl 35.  Fixed typo in Animated Dire Tiger Summon UTC.
This commit is contained in:
Jaysyn904 2023-05-01 14:05:11 -04:00
parent e853d6b396
commit df5e015b48
4 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2132,6 +2132,8 @@ void main()
//Set name and description
SetName(oPoison, GetStringByStrRef(nName));
SetDescription(oPoison, GetStringByStrRef(nDesc));
SetLocalInt(oPoison, "pois_idx", StringToInt(sPoison));
}
AllowExit(DYNCONV_EXIT_FORCE_EXIT);
}