Normalize alert() calls

This commit is contained in:
Aronai Sieyes
2021-06-25 14:27:14 -04:00
parent 8a3971a37e
commit 70bff20384
102 changed files with 1424 additions and 1427 deletions
@@ -10,5 +10,5 @@
. = ..()
if(!.)
return
if (ticker.mode) alert("The game mode is [ticker.mode.name]")
else alert("For some reason there's a ticker, but not a game mode")
if (ticker.mode) alert(usr, "The game mode is [ticker.mode.name]")
else alert(usr, "For some reason there's a ticker, but not a game mode")