Don't Starve Together

Don't Starve Together

Nana the Zombie Girl
kju_8 6 MAY 2018 a las 4:33
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
Última edición por kju_8; 6 MAY 2018 a las 4:33
< >
Mostrando 1-2 de 2 comentarios
ShanaBunny  [desarrollador] 6 MAY 2018 a las 13:03 
Sure I’ll get to it later today, thanks for the input :)
kju_8 9 MAY 2018 a las 1:29 
Thanks!
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50