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; 6 май 2018 в 4:33
< >
Показване на 1-2 от 2 коментара
Sure I’ll get to it later today, thanks for the input :)
< >
Показване на 1-2 от 2 коментара
На страница: 1530 50