mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
Minor fixes because of derp:
* CMO headset now a medical one instead of command (since the CE and HoS ones are for their department). * Forgot to upload seeds.dmi in r499. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@500 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -530,7 +530,7 @@
|
||||
src.equip_if_possible(new /obj/item/weapon/clipboard(src), slot_r_hand)
|
||||
|
||||
if ("Chief Medical Officer")
|
||||
src.equip_if_possible(new /obj/item/device/radio/headset/headset_com (src), slot_ears) // -- TLE
|
||||
src.equip_if_possible(new /obj/item/device/radio/headset/headset_med (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/shoes/brown(src), slot_shoes)
|
||||
src.equip_if_possible(new /obj/item/clothing/under/rank/medical(src), slot_w_uniform)
|
||||
|
||||
Reference in New Issue
Block a user