Merge pull request #35 from alex-gh/falsealarm_fix

Fixed false alarm event announcement
This commit is contained in:
ZomgPonies
2013-11-09 06:02:45 -08:00
+1 -1
View File
@@ -8,5 +8,5 @@
var/datum/event/E = pick(possibleEvents)
var/datum/event/Event = new E
message_admins("False Alarm: [Event]")
Event.announce() //just announce it like it's happening
Event.kill() //do not process this event - no starts, no ticks, no ends
Event.announce() //just announce it like it's happening