Fix a few small runtimes (#49352)

Nothing special here, mostly sanity.
Defib hud is awful, needs rewrite.
This commit is contained in:
AnturK
2020-02-16 00:40:11 -08:00
committed by GitHub
parent a6762e9eb8
commit e3fca45a78
7 changed files with 19 additions and 16 deletions
+2 -1
View File
@@ -33,7 +33,8 @@
. = ..()
if(!proximity)
return
user.say(catchphrase, forced = "spell")
if(catchphrase)
user.say(catchphrase, forced = "spell")
playsound(get_turf(user), on_use_sound,50,TRUE)
charges--
if(charges <= 0)