mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +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