Merge pull request #6527 from Citadel-Station-13/upstream-merge-37443

[MIRROR] Paperwork Error Event
This commit is contained in:
deathride58
2018-04-27 09:40:57 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions

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()))