mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Reordered items in CE closet
Unconscious mobs: -won't more get messages "someone bumps into someone" -now cannot toggle jumpsuit sensors -same for blender Kitchen machinery now requires and uses power. APC window now correctly autorefreshing. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@715 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/obj/secure_closet/engineering_chief/New()
|
||||
..()
|
||||
sleep(2)
|
||||
new /obj/item/weapon/storage/toolbox/mechanical( src )
|
||||
new /obj/item/blueprints( src )
|
||||
new /obj/item/device/radio/headset/headset_eng( src )
|
||||
new /obj/item/clothing/under/rank/chief_engineer( src )
|
||||
new /obj/item/clothing/gloves/yellow( src )
|
||||
new /obj/item/clothing/shoes/brown( src )
|
||||
new /obj/item/weapon/storage/toolbox/mechanical( src )
|
||||
new /obj/item/clothing/shoes/magboots( src )
|
||||
new /obj/item/clothing/ears/earmuffs( src )
|
||||
new /obj/item/clothing/glasses/meson( src )
|
||||
|
||||
@@ -283,7 +283,7 @@ DEATH COMMANDO GAS MASK
|
||||
set name = "Toggle Suit Sensors"
|
||||
var/mob/M = usr
|
||||
if (istype (M, /mob/dead/)) return
|
||||
if (M.health <= -100) return
|
||||
if (usr.stat != 0) return
|
||||
if (istype (src, /obj/item/clothing/under/color/orange/))
|
||||
mode = 3
|
||||
usr << "There are no controls for the sensing equipment woven into the fabric."
|
||||
|
||||
Reference in New Issue
Block a user