Don't Starve Together

Don't Starve Together

Nana the Zombie Girl
Suggestion: please be compatible with Extra Equip Slot mods
In scripts\prefabs\nanapack.lua
if EQUIPSLOTS["PACK"] then inst.components.equippable.equipslot = EQUIPSLOTS.PACK else inst.components.equippable.equipslot = EQUIPSLOTS.BODY end
to
if EQUIPSLOTS.PACK then inst.components.equippable.equipslot = EQUIPSLOTS.PACK elseif EQUIPSLOTS.BACK then inst.components.equippable.equipslot = EQUIPSLOTS.BACK else inst.components.equippable.equipslot = EQUIPSLOTS.BODY end
最近の変更はkju_8が行いました; 2018年5月6日 4時33分
< >
1-2 / 2 のコメントを表示
ShanaBunny  [開発者] 2018年5月6日 13時03分 
Sure I’ll get to it later today, thanks for the input :)
Thanks!
< >
1-2 / 2 のコメントを表示
ページ毎: 1530 50