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
Naposledy upravil kju_8; 6. kvě. 2018 v 4.33
< >
Zobrazuje se 12 z 2 komentářů
ShanaBunny  [vývojář] 6. kvě. 2018 v 13.03 
Sure I’ll get to it later today, thanks for the input :)
Thanks!
< >
Zobrazuje se 12 z 2 komentářů
Na stránku: 1530 50