mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -12,6 +12,7 @@ var/list/occupations = list(
|
||||
"Research Director",
|
||||
"Chaplain",
|
||||
"Roboticist",
|
||||
// "Cyborg","Cyborg","Cyborg"
|
||||
"AI",
|
||||
"Barman",
|
||||
"Chef",
|
||||
|
||||
Reference in New Issue
Block a user