From ea97ff8df3fd868e416e03e04beec19bec14fabd Mon Sep 17 00:00:00 2001 From: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:28:25 +0100 Subject: [PATCH] Ruined Propellant Depot Scenario - away site fix (#20204) . Co-authored-by: DreamySkrell <> --- ...-ruined-propellant-depot-scenario-away-site-disable.yml | 7 +++++++ .../ruined_propellant_depot/ruined_propellant_depot_.dm | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/DreamySkrell-ruined-propellant-depot-scenario-away-site-disable.yml diff --git a/html/changelogs/DreamySkrell-ruined-propellant-depot-scenario-away-site-disable.yml b/html/changelogs/DreamySkrell-ruined-propellant-depot-scenario-away-site-disable.yml new file mode 100644 index 00000000000..6489d093629 --- /dev/null +++ b/html/changelogs/DreamySkrell-ruined-propellant-depot-scenario-away-site-disable.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - bugfix: "Ruined Propellant Depot Scenario - away site fix." diff --git a/maps/away/scenarios/ruined_propellant_depot/ruined_propellant_depot_.dm b/maps/away/scenarios/ruined_propellant_depot/ruined_propellant_depot_.dm index 635ecaab2c0..176537499ab 100644 --- a/maps/away/scenarios/ruined_propellant_depot/ruined_propellant_depot_.dm +++ b/maps/away/scenarios/ruined_propellant_depot/ruined_propellant_depot_.dm @@ -6,8 +6,8 @@ prefix = "scenarios/ruined_propellant_depot/" suffix = "ruined_propellant_depot.dmm" - spawn_cost = 0 // so it does not spawn as ordinary away site - spawn_weight = 1 + spawn_cost = 1 + spawn_weight = 0 // so it does not spawn as ordinary away site sectors = list(ALL_POSSIBLE_SECTORS) unit_test_groups = list(1)