From 73ececb414163216025a239fd5b0a2a82d5c6ee1 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Sun, 22 Apr 2012 19:54:05 +0100 Subject: [PATCH] TG: - Added a medsci headset to virology and genetics - Added two scientist lockers into the science wing - Added some roboticist clothing to robotics + roboticist headset - Added an extra QM headset to the rack in his office. Changed a few headsets which jobs spawn with to match their hierarchy: - Roboticist now spawns with the robotics headset instead of engineering. The robotics headset has engineering and science channels. - Virologist now spawns with the medsci headset instead of the medical headset. The medsci headset has medical and science channels. With this there are now extra headsets for every job. Revision: r3091 Author: baloh.matevz --- code/WorkInProgress/SkyMarshal/wardrobes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/SkyMarshal/wardrobes.dm b/code/WorkInProgress/SkyMarshal/wardrobes.dm index e40eff552a7..8645d0dc62b 100755 --- a/code/WorkInProgress/SkyMarshal/wardrobes.dm +++ b/code/WorkInProgress/SkyMarshal/wardrobes.dm @@ -172,7 +172,7 @@ new /obj/item/weapon/storage/toolbox/mechanical(src) new /obj/item/clothing/suit/storage/labcoat(src) new /obj/item/clothing/gloves/black(src) - new /obj/item/device/radio/headset/headset_eng(src) + new /obj/item/device/radio/headset/headset_rob(src) new /obj/item/clothing/shoes/black(src) new /obj/item/clothing/under/rank/roboticist(src)