Moved the captain's space suit to a secure position in EVA.

This commit is contained in:
cib
2012-08-07 02:33:30 -07:00
parent 8e7bb98750
commit 8ee4280e73
3 changed files with 8724 additions and 8715 deletions
+9
View File
@@ -35,6 +35,13 @@
HELMET_TYPE = /obj/item/clothing/head/helmet/space
MASK_TYPE = /obj/item/clothing/mask/breath
/obj/machinery/suit_storage_unit/captain_unit
name = "Captain's Suit Storage Unit"
SUIT_TYPE = /obj/item/clothing/suit/armor/captain
HELMET_TYPE = /obj/item/clothing/head/helmet/space/capspace
MASK_TYPE = /obj/item/clothing/mask/breath
req_access = list(ACCESS_CAPTAIN)
/obj/machinery/suit_storage_unit/New()
src.update_icon()
@@ -300,6 +307,8 @@
/obj/machinery/suit_storage_unit/proc/toggle_lock(mob/user as mob)
if(!src.allowed(user))
user << "\red Access denied."
if(src.OCCUPANT && src.safetieson)
user << "<font color='red'>The Unit's safety protocols disallow locking when a biological form is detected inside its compartments.</font>"
return
@@ -15,7 +15,6 @@
//
new /obj/item/device/pda/captain(src)
new /obj/item/weapon/storage/id_kit(src)
new /obj/item/clothing/suit/armor/captain(src)
new /obj/item/clothing/head/helmet/cap(src)
new /obj/item/clothing/glasses/sunglasses(src)
new /obj/item/clothing/suit/armor/vest(src)
+8715 -8714
View File
File diff suppressed because it is too large Load Diff