A few more, ported, runtime fixes.

This commit is contained in:
Ghommie
2020-01-24 03:02:07 +01:00
parent 14a33ee7dc
commit 721fd108f9
8 changed files with 20 additions and 7 deletions
+2 -1
View File
@@ -573,7 +573,8 @@
else if(loc == user)
cooldown = TRUE
call(src,realProc)(user)
addtimer(CALLBACK(src, .proc/cd), cooldownMax)
if(!QDELETED(src))
addtimer(CALLBACK(src, .proc/cd), cooldownMax)
else
to_chat(user, "<span class='notice'>You aren't quite sure what to do with this yet.</span>")