mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
17 lines
697 B
Plaintext
17 lines
697 B
Plaintext
/datum/round_event_control/bureaucratic_error
|
|
name = "Bureaucratic Error"
|
|
typepath = /datum/round_event/bureaucratic_error
|
|
max_occurrences = 1
|
|
weight = 5
|
|
category = EVENT_CATEGORY_BUREAUCRATIC
|
|
description = "Randomly opens and closes job slots, along with changing the overflow role."
|
|
|
|
/datum/round_event/bureaucratic_error
|
|
announce_when = 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()))
|