mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 14:33:10 +00:00
You can no longer change your suit sensor level after you're dead.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@644 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -281,6 +281,9 @@ DEATH COMMANDO GAS MASK
|
||||
|
||||
/obj/item/clothing/under/verb/toggle()
|
||||
set name = "Toggle Suit Sensors"
|
||||
var/mob/M = usr
|
||||
if (istype (M, /mob/dead/)) return
|
||||
if (M.health <= -100) 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