Fixes a few runtimes

This commit is contained in:
Tastyfish
2016-05-23 18:58:50 -04:00
parent 87c13977af
commit 7efe0beb94
9 changed files with 28 additions and 21 deletions
+2 -1
View File
@@ -43,7 +43,8 @@
timer_end()
if((!secured)||(cooldown > 0)) return 0
pulse(0)
loc.visible_message("\icon[src] *beep* *beep*", "*beep* *beep*")
if(loc)
loc.visible_message("\icon[src] *beep* *beep*", "*beep* *beep*")
cooldown = 2
spawn(10)
process_cooldown()