Files
Paradise/code/game/objects/closets/secure/medical.dm
T
Superxpdude@gmail.com edd3fa0f9f MEDBAY AND RESEARCH DIVISION HAVE BEEN COMPLETELY REMAPPED.
Added a CMO biosuit (Sprites thanks to Petethegoat)
Scientists and the RD no longer have medbay access, as research now connects to the hallway.
Added a wall-mounted medical vendor.
Committing some stuff for Petethegoat: http://nanotrasen.com/phpBB3/viewtopic.php?f=7&t=5744&p=49236#p49236 For more info regarding the patch.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2060 316c924e-a436-60f5-8080-3fe189b3f50e
2011-08-29 03:04:52 +00:00

61 lines
2.5 KiB
Plaintext

/obj/secure_closet/medical1/New()
..()
sleep(2)
//new /obj/item/weapon/storage/gl_kit( src )
//new /obj/item/weapon/reagent_containers/glass/bottle/antitoxin( src )
new /obj/item/weapon/reagent_containers/glass/bottle/antitoxin( src )
new /obj/item/weapon/reagent_containers/glass/bottle/antitoxin( src )
//new /obj/item/weapon/reagent_containers/glass/bottle/inaprovaline( src )
new /obj/item/weapon/reagent_containers/glass/bottle/inaprovaline( src )
new /obj/item/weapon/reagent_containers/glass/bottle/inaprovaline( src )
//new /obj/item/weapon/reagent_containers/glass/bottle/stoxin( src )
//new /obj/item/weapon/reagent_containers/glass/bottle/stoxin( src )
//new /obj/item/weapon/reagent_containers/glass/bottle/toxin( src )
new /obj/item/weapon/storage/syringes( src )
new /obj/item/weapon/reagent_containers/dropper( src )
new /obj/item/weapon/reagent_containers/dropper( src )
new /obj/item/weapon/reagent_containers/glass/beaker( src )
new /obj/item/weapon/reagent_containers/glass/beaker( src )
return
/obj/secure_closet/medical2/New()
..()
sleep(2)
new /obj/item/weapon/tank/anesthetic( src )
new /obj/item/weapon/tank/anesthetic( src )
new /obj/item/weapon/tank/anesthetic( src )
new /obj/item/clothing/mask/medical( src )
new /obj/item/clothing/mask/medical( src )
new /obj/item/clothing/mask/medical( src )
return
/obj/secure_closet/medical3/New()
..()
sleep(2)
new /obj/item/clothing/under/rank/medical( src )
new /obj/item/clothing/suit/labcoat( src )
new /obj/item/clothing/shoes/white( src )
new /obj/item/weapon/storage/backpack/medic( src )
new /obj/item/clothing/mask/breath( src )
new /obj/item/weapon/cartridge/medical( src )
new /obj/item/device/radio/headset/headset_med( src )
new /obj/item/weapon/storage/utilitybelt/medical( src )
new /obj/item/clothing/under/rank/nursesuit ( src )
new /obj/item/clothing/head/nursehat ( src )
return
/obj/secure_closet/CMO/New()
..()
sleep(2)
new /obj/item/clothing/suit/labcoat/cmo( src )
new /obj/item/clothing/under/rank/chief_medical_officer( src )
new /obj/item/clothing/suit/bio_suit/cmo( src )
new /obj/item/clothing/shoes/brown ( src )
new /obj/item/clothing/gloves/latex( src )
new /obj/item/clothing/head/bio_hood/general( src )
new /obj/item/clothing/suit/labcoat(src)
new /obj/item/clothing/mask/gas( src )
new /obj/item/device/radio/headset/heads/cmo( src )
new /obj/item/clothing/under/rank/nursesuit ( src )
new /obj/item/clothing/head/nursehat ( src )
return