From 2e89fe9699a6ce13b8abaa228d0512d2cfc6217c Mon Sep 17 00:00:00 2001 From: AtomTheProphet <102389896+AtomTheProphet@users.noreply.github.com> Date: Fri, 15 Sep 2023 01:01:51 +0000 Subject: [PATCH] Lowpop stations will be freed from the burden of spontaneous brain trauma. (#78317) ## About The Pull Request Adds a minimum player count of 13 to the spontaneous brain trauma event so it doesn't screw over players on lowpop when there aren't many people that can help. ## Why It's Good For The Game With a minimum player count, this will make playing on lowpop a bit smoother as people aren't getting bombarded by traumas when there may not be any people with sufficient access to required tools for treatment. ## Changelog :cl: balance: The spontaneous brain trauma event will no longer occur if there are fewer than 13 players. /:cl: --- code/modules/events/brain_trauma.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/brain_trauma.dm b/code/modules/events/brain_trauma.dm index 1e5c09aff48..32af7abad5f 100644 --- a/code/modules/events/brain_trauma.dm +++ b/code/modules/events/brain_trauma.dm @@ -2,6 +2,7 @@ name = "Spontaneous Brain Trauma" typepath = /datum/round_event/brain_trauma weight = 25 + min_players = 13 category = EVENT_CATEGORY_HEALTH description = "A crewmember gains a random trauma." min_wizard_trigger_potency = 2