mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixed false alarm event announcement
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user