From 20181c37b81969436f5089802b70f6023b346ccd Mon Sep 17 00:00:00 2001 From: SconesC Date: Tue, 5 May 2015 17:55:32 -0700 Subject: [PATCH] Replaces Plasmaman Gas Mask w/ Breath Mask --- code/modules/admin/verbs/debug.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index f40c079fa78..f3ebc7a57be 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -999,7 +999,7 @@ var/global/list/g_fancy_list_of_types = null M.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/space/hardsuit/plasmaman(M), slot_head) M.equip_to_slot_or_del(new /obj/item/clothing/suit/space/eva/plasmaman(M),slot_wear_suit) M.equip_to_slot_or_del(new /obj/item/weapon/tank/internals/plasmaman/full(M),slot_back) - M.equip_to_slot_or_del(new /obj/item/clothing/mask/gas(M),slot_wear_mask) + M.equip_to_slot_or_del(new /obj/item/clothing/mask/breath(M),slot_wear_mask) M.regenerate_icons() @@ -1283,4 +1283,4 @@ var/global/list/g_fancy_list_of_types = null W.assignment = "Centcom Official" W.registered_name = M.real_name W.update_label() - M.equip_to_slot_or_del(W, slot_wear_id) + M.equip_to_slot_or_del(W, slot_wear_id)