Chef has morgue access so he can stop breaking into medical to beg for corpses, hydroponics shouldn't spawn with medical gear they really shouldn't have, and something else totally ineffectual!

(I hope I'm not submitting this multiple times because of downloading the updated mime stuff.)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@297 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
bizarre.babel@gmail.com
2010-10-16 21:02:56 +00:00
parent fc90db9b2b
commit 45dba2b29e
3 changed files with 4 additions and 3 deletions

View File

@@ -138,7 +138,7 @@
if("Mime")
return list(access_maint_tunnels)
if("Chef")
return list(access_kitchen)
return list(access_kitchen, access_morgue)
if("Roboticist")
return list(access_robotics, access_tech_storage, access_medical, access_morgue,
access_maint_tunnels)

View File

@@ -459,8 +459,8 @@
src.equip_if_possible(new /obj/item/weapon/storage/toolbox/mechanical(src), slot_l_hand)
if ("Botanist")
src.equip_if_possible(new /obj/item/device/radio/headset/headset_med (src), slot_ears)
src.equip_if_possible(new /obj/item/device/pda/medical(src), slot_belt)
// src.equip_if_possible(new /obj/item/device/radio/headset/headset_med (src), slot_ears)
// src.equip_if_possible(new /obj/item/device/pda/medical(src), slot_belt)
src.equip_if_possible(new /obj/item/clothing/under/rank/hydroponics(src), slot_w_uniform)
src.equip_if_possible(new /obj/item/clothing/shoes/black(src), slot_shoes)
src.equip_if_possible(new /obj/item/clothing/gloves/latex(src), slot_gloves)

View File

@@ -12,6 +12,7 @@ var/list/occupations = list(
"Research Director",
"Chaplain",
"Roboticist",
// "Cyborg","Cyborg","Cyborg"
"AI",
"Barman",
"Chef",