Mild rewrite of screen alerts to enable more functionality

Specifically I wanted to allow #12043 to correctly implement clicking an "on fire" alert to call resist without affecting other alerts which is currently impssible. Plus this whole mess was stupid and bothering me so here we go.
This commit is contained in:
MrPerson
2015-10-13 17:16:23 -07:00
parent afafa9d7ed
commit 610483ea1e
14 changed files with 110 additions and 91 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
buckled_mob = M
M.update_canmove()
post_buckle_mob(M)
M.throw_alert("buckled", new_master = src)
M.throw_alert("buckled", /obj/screen/alert/buckled, new_master = src)
return 1