From 922c5a93e2f457651210ea3550f7767e39ddc056 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Fri, 19 Dec 2014 12:11:03 +0100 Subject: [PATCH] fixed --- code/modules/customitems/item_spawning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/customitems/item_spawning.dm b/code/modules/customitems/item_spawning.dm index 121dc274ca4..98321a82954 100644 --- a/code/modules/customitems/item_spawning.dm +++ b/code/modules/customitems/item_spawning.dm @@ -2,7 +2,7 @@ if(M.species.name == "Vox" || M.species.name == "Vox Armalis") 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.equip_to_slot_or_del(new /obj/item/weapon/tank/nitrogen(M), slot_l_hand) 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."