event nerfs

- removed pyro anomaly, disease outbreak and brain trauma from the event pool
This commit is contained in:
evilew
2024-10-23 13:10:20 +02:00
parent 3422f7a198
commit fb4f430693
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
typepath = /datum/round_event/anomaly/anomaly_pyro
min_players = 10 //GS13 tweak
max_occurrences = 5
max_occurrences = 0
weight = 20
description = "This anomaly sets things on fire, and creates a pyroclastic slime."
+2 -1
View File
@@ -2,7 +2,8 @@
name = "Spontaneous Brain Trauma"
typepath = /datum/round_event/brain_trauma
weight = 25
min_players = 8 //GS13 - somewhat harmless ig
min_players = 20 //GS13 - somewhat harmless ig
max_occurrences = 0
category = EVENT_CATEGORY_HEALTH
description = "A crewmember gains a random trauma."
+1 -1
View File
@@ -1,7 +1,7 @@
/datum/round_event_control/disease_outbreak
name = "Disease Outbreak"
typepath = /datum/round_event/disease_outbreak
max_occurrences = 3
max_occurrences = 0
min_players = 5
weight = 5
category = EVENT_CATEGORY_HEALTH