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:
morikou@gmail.com
2010-11-28 03:54:23 +00:00
parent 9815d0ff05
commit 0306efc5f1
2 changed files with 1 additions and 1 deletions

View File

@@ -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)