Paperwork Error Event (#37443)

* Paperwork Error Event

* Condense the proc

* Properly calls set_overflow_role
This commit is contained in:
KorPhaeron
2018-04-27 00:57:16 -05:00
committed by CitadelStationBot
parent d679d27766
commit ec080ab80b
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/datum/round_event_control/bureaucratic_error
name = "Bureaucratic Error"
typepath = /datum/round_event/bureaucratic_error
max_occurrences = 1
weight = 5
/datum/round_event/bureaucratic_error
announceWhen = 1
/datum/round_event/bureaucratic_error/announce(fake)
priority_announce("A recent bureaucratic error in the Organic Resources Department may result in personnel shortages in some departments and redundant staffing in others.", "Paperwork Mishap Alert")
/datum/round_event/bureaucratic_error/start()
SSjob.set_overflow_role(pick(get_all_jobs()))
+1
View File
@@ -1471,6 +1471,7 @@
#include "code\modules\events\aurora_caelus.dm"
#include "code\modules\events\blob.dm"
#include "code\modules\events\brand_intelligence.dm"
#include "code\modules\events\bureaucratic_error.dm"
#include "code\modules\events\camerafailure.dm"
#include "code\modules\events\carp_migration.dm"
#include "code\modules\events\communications_blackout.dm"