Fixes "Death Commando" mask, changes its name

No use letting unused assets go to waste.

At first I thought this was a redundant mask but it actually serves a
use, it's just coded wrongly.
This commit is contained in:
Spades
2017-09-01 20:09:31 -04:00
parent 0d607488b3
commit 5bbf24a386

View File

@@ -104,9 +104,9 @@
flags_inv = HIDEEARS|HIDEFACE flags_inv = HIDEEARS|HIDEFACE
item_state_slots = list(slot_r_hand_str = "mime", slot_l_hand_str = "mime") item_state_slots = list(slot_r_hand_str = "mime", slot_l_hand_str = "mime")
/obj/item/clothing/mask/gas/death_commando /obj/item/clothing/mask/gas/commando
name = "Death Commando Mask" name = "commando mask"
icon_state = "death_commando_mask" icon_state = "fullgas"
item_state_slots = list(slot_r_hand_str = "swat", slot_l_hand_str = "swat") item_state_slots = list(slot_r_hand_str = "swat", slot_l_hand_str = "swat")
siemens_coefficient = 0.2 siemens_coefficient = 0.2