Fixes to medbay, robotics, science wing, etc. as reported in the following thread:

http://tgstation13.servehttp.com/phpBB3/viewtopic.php?f=3&t=1014&p=15468#p15468

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1015 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-10 16:01:44 +00:00
parent 884cc93530
commit 278f2328cb
3 changed files with 6647 additions and 6640 deletions
+1 -2
View File
@@ -155,8 +155,7 @@
if("Chef")
return list(access_kitchen, access_morgue)
if("Roboticist")
return list(access_robotics, access_tech_storage, access_morgue,
access_maint_tunnels)
return list(access_robotics, access_tech_storage, access_maint_tunnels)
if("Cargo Technician")
return list(access_maint_tunnels, access_cargo, access_cargo_bot)
if("Quartermaster")
+2 -2
View File
@@ -505,11 +505,11 @@
// src.equip_if_possible(new /obj/item/weapon/kitchen/rollingpin(src), slot_in_backpack) // it's in his office
if ("Roboticist")
src.equip_if_possible(new /obj/item/device/radio/headset/headset_med (src), slot_ears) // -- TLE
src.equip_if_possible(new /obj/item/device/radio/headset/headset_eng (src), slot_ears) // -- TLE
src.equip_if_possible(new /obj/item/device/pda/medical(src), slot_belt)
src.equip_if_possible(new /obj/item/clothing/under/color/black(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/medic (src), slot_back)
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)
// 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/latex(src), slot_gloves)