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)