mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 05:06:16 +01:00
Map Update, 08MAR2015
* Fixes #422 * Adds a proper surgical gear to the roboticist * Covers a blindspot in the main hall for the AI
This commit is contained in:
@@ -206,4 +206,30 @@
|
||||
else
|
||||
icon_state = icon_closed
|
||||
else
|
||||
icon_state = icon_opened
|
||||
icon_state = icon_opened
|
||||
|
||||
/obj/structure/closet/secure_closet/robotics_surgery
|
||||
name = "surgical equipment"
|
||||
desc = "Used to hold surgical equipment, anesthesia and MMIs."
|
||||
icon_state = "medical1"
|
||||
icon_closed = "medical"
|
||||
icon_locked = "medical1"
|
||||
icon_opened = "medicalopen"
|
||||
icon_broken = "medicalbroken"
|
||||
icon_off = "medicaloff"
|
||||
req_access = list(access_robotics)
|
||||
|
||||
New()
|
||||
..()
|
||||
sleep(2)
|
||||
new /obj/item/weapon/circular_saw(src)
|
||||
new /obj/item/weapon/retractor(src)
|
||||
new /obj/item/weapon/scalpel(src)
|
||||
new /obj/item/weapon/cautery(src)
|
||||
new /obj/item/weapon/hemostat(src)
|
||||
new /obj/item/device/mmi(src)
|
||||
new /obj/item/device/mmi(src)
|
||||
new /obj/item/device/mmi(src)
|
||||
new /obj/item/weapon/tank/anesthetic(src)
|
||||
new /obj/item/clothing/mask/breath/medical(src)
|
||||
return
|
||||
+9460
-9459
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user