From 25e6558f4f180126bb22f8a2ee4bef3a304a7a01 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Thu, 18 Dec 2014 12:47:53 +0100 Subject: [PATCH] fine, have it your way, fox --- code/modules/customitems/item_spawning.dm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/code/modules/customitems/item_spawning.dm b/code/modules/customitems/item_spawning.dm index 4b20638acc9..121dc274ca4 100644 --- a/code/modules/customitems/item_spawning.dm +++ b/code/modules/customitems/item_spawning.dm @@ -3,13 +3,10 @@ M.equip_to_slot_or_del(new /obj/item/clothing/mask/breath(M), slot_wear_mask) if(M.client.prefs.speciesprefs)//Diseasel, here you go M.equip_to_slot_or_del(new /obj/item/weapon/tank/nitrogen(M), slot_back) - M << "\blue You are now running on nitrogen internals from the [M.back] in your suit storage. Your species finds oxygen toxic, so you must breathe nitrogen only." - M.internal = M.back - M.equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots/vox(M), slot_shoes) else M.equip_to_slot_or_del(new /obj/item/weapon/tank/emergency_oxygen/vox(M), slot_l_hand) - M << "\blue You are now running on nitrogen internals from your [M.l_hand]. Your species finds oxygen toxic, so you must breathe nitrogen only." - M.internal = M.l_hand + M << "\blue You are now running on nitrogen internals from your [M.l_hand]. Your species finds oxygen toxic, so you must breathe nitrogen only." + M.internal = M.l_hand if (M.internals) M.internals.icon_state = "internal1"