Fixes a runtime when a null memo would be attempted to be

displayed to an admin

Null descriptions will no longer `to_chat`

KA now no longer runtimes
This commit is contained in:
Crazylemon64
2016-08-31 00:11:01 -07:00
parent 52a9a69509
commit bc6da3082d
3 changed files with 6 additions and 5 deletions

View File

@@ -209,7 +209,7 @@
power_supply.give(5000)
if(!suppressed)
playsound(loc, 'sound/weapons/kenetic_reload.ogg', 60, 1)
else
else if(ismob(loc))
to_chat(loc, "<span class='warning'>[src] silently charges up.<span>")
update_icon()