Merge pull request #10687 from Ghommie/Ghommie-cit523

A few more, ported, runtime fixes.
This commit is contained in:
kevinz000
2020-01-25 05:54:03 -07:00
committed by GitHub
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>")