diff --git a/trunk/others/2dapoison147.uti b/trunk/others/2dapoison147.uti new file mode 100644 index 00000000..239c8e29 Binary files /dev/null and b/trunk/others/2dapoison147.uti differ diff --git a/trunk/others/prc_a_tigerdire.utc b/trunk/others/prc_a_tigerdire.utc index f9f8bc97..9c8bc7fb 100644 Binary files a/trunk/others/prc_a_tigerdire.utc and b/trunk/others/prc_a_tigerdire.utc differ diff --git a/trunk/others/prc_ac_owl35.utc b/trunk/others/prc_ac_owl35.utc new file mode 100644 index 00000000..5a70d9e0 Binary files /dev/null and b/trunk/others/prc_ac_owl35.utc differ diff --git a/trunk/scripts/prc_craft.nss b/trunk/scripts/prc_craft.nss index 06684dc7..f0eb3c11 100644 --- a/trunk/scripts/prc_craft.nss +++ b/trunk/scripts/prc_craft.nss @@ -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); }