From 4ddad2b9a8a5050533d0935296ba7fd838d54f2e Mon Sep 17 00:00:00 2001 From: "bizarre.babel@gmail.com" Date: Sun, 6 Mar 2011 04:42:06 +0000 Subject: [PATCH] Tweaking what roboticists spawn with. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1164 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/jobs/jobprocs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/jobprocs.dm b/code/game/jobs/jobprocs.dm index 046f74adb63..d186db0a0a7 100644 --- a/code/game/jobs/jobprocs.dm +++ b/code/game/jobs/jobprocs.dm @@ -515,11 +515,11 @@ if ("Roboticist") src.equip_if_possible(new /obj/item/device/radio/headset/headset_rob (src), slot_ears) // -- DH - src.equip_if_possible(new /obj/item/device/pda/medical(src), slot_belt) + src.equip_if_possible(new /obj/item/device/pda/engineering(src), slot_belt) src.equip_if_possible(new /obj/item/clothing/under/rank/roboticist(src), slot_w_uniform) src.equip_if_possible(new /obj/item/clothing/shoes/black(src), slot_shoes) src.equip_if_possible(new /obj/item/weapon/storage/backpack(src), slot_back) -// src.equip_if_possible(new /obj/item/clothing/suit/labcoat(src), slot_wear_suit) // No longer medical or research, so away it goes! + src.equip_if_possible(new /obj/item/clothing/suit/labcoat(src), slot_wear_suit) // No longer medical or research, so away it goes! //Same person who took it away has returned it. // src.equip_if_possible(new /obj/item/weapon/crowbar(src), slot_in_backpack) //another job with toolbox and this src.equip_if_possible(new /obj/item/clothing/gloves/black(src), slot_gloves) src.equip_if_possible(new /obj/item/weapon/storage/toolbox/mechanical(src), slot_l_hand)