Merge pull request #564 from MisterGrimm/master

Removes Outer Layer and Hat gear for xenomorphs
This commit is contained in:
Razgriz
2020-10-06 15:39:15 -06:00
committed by GitHub
@@ -345,8 +345,6 @@
has_internals = 0
gear = list(
"o_clothing" = list("loc" = ui_belt, "name" = "Suit", "slot" = slot_wear_suit, "state" = "equip", "dir" = SOUTH),
"head" = list("loc" = ui_id, "name" = "Hat", "slot" = slot_head, "state" = "hair"),
"storage1" = list("loc" = ui_storage1, "name" = "Left Pocket", "slot" = slot_l_store, "state" = "pocket"),
"storage2" = list("loc" = ui_storage2, "name" = "Right Pocket", "slot" = slot_r_store, "state" = "pocket"),
)
) //CHOMPedit removed head and outer layer item slots, since they caused a slew of problems with xenomorphs