Removes bureaucratic_error event

This commit is contained in:
WolvesAndOwls
2024-02-10 16:10:58 -06:00
parent 7928957859
commit d889b2be5b
3 changed files with 0 additions and 24 deletions
@@ -712,15 +712,6 @@
repeatable = TRUE
occurances_max = 3
/datum/dynamic_ruleset/event/bureaucratic_error
name = "Bureaucratic Error"
requirements = list(0,0,0,0,0,0,0,0,0,0)
high_population_requirement = 0
typepath = /datum/round_event/bureaucratic_error
occurances_max = 1
weight = 5
cost = 3
/datum/dynamic_ruleset/event/camera_failure
name = "Camera Failure"
typepath = /datum/round_event/camera_failure
-14
View File
@@ -1,14 +0,0 @@
/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
@@ -1746,7 +1746,6 @@
#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\carpteam.dm"