Sec Hailer: Day 1 bug fixes

Added a check to the verb to prevent dead people and ghosts using the masks

Changed the obj sprite for the black mask's eyes from purple to green, to match the mob sprites
This commit is contained in:
Malkevin
2013-09-21 18:37:48 +01:00
parent 5c2b2865e0
commit a111635227
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -85,6 +85,8 @@
set category = "Object"
set name = "HALT"
set src in usr
if(!istype(usr, /mob/living)) return
if(usr.stat) return
var/phrase = 0 //selects which phrase to use
var/phrase_text = null