clothing mob sprites fix

This commit is contained in:
SinTwo
2016-07-23 23:49:57 -04:00
parent 4bff201f8b
commit b4bb348e01
44 changed files with 435 additions and 439 deletions

View File

@@ -2,7 +2,7 @@
desc = "A close-fitting mask that can be connected to an air supply."
name = "breath mask"
icon_state = "breath"
item_state = "breath"
item_state_slots = list(slot_r_hand_str = "breath", slot_l_hand_str = "breath")
item_flags = AIRTIGHT|FLEXIBLEMATERIAL
body_parts_covered = FACE
w_class = 2
@@ -41,5 +41,5 @@
desc = "A close-fitting sterile mask that can be connected to an air supply."
name = "medical mask"
icon_state = "medical"
item_state = "medical"
item_state_slots = list(slot_r_hand_str = "medical", slot_l_hand_str = "medical")
permeability_coefficient = 0.01