Syndicate Gasmask

The Syndicate Assaultmask is now changed to also act as a voice
modulator.
This commit is contained in:
skull132
2014-05-08 15:31:34 +03:00
parent 8ec90a8f1e
commit 757bfe9237
5 changed files with 12 additions and 4 deletions
@@ -143,7 +143,7 @@ var/global/sent_syndicate_strike_team = 0
equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/syndicate/black(src), slot_head)
else
equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/syndicate/black/red(src), slot_head)
equip_to_slot_or_del(new /obj/item/clothing/mask/gas/syndicate(src), slot_wear_mask)
equip_to_slot_or_del(new /obj/item/clothing/mask/gas/voice/syndicate(src), slot_wear_mask)
equip_to_slot_or_del(new /obj/item/clothing/glasses/thermal(src), slot_glasses)
equip_to_slot_or_del(new /obj/item/weapon/storage/backpack/security(src), slot_back)