mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user