Fixed false alarm event announcement

This commit is contained in:
alex-gh
2013-11-09 07:15:32 +01:00
parent b48b0306cf
commit dc558c5981
+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