From e0277bf74ed1009de9aa2fa70a05851b5ccf1e9c Mon Sep 17 00:00:00 2001 From: Paxilmaniac Date: Sun, 24 Nov 2024 23:30:33 -0600 Subject: [PATCH] turbines my wife --- .../colony_fabricator/code/appliances/wind_turbine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_doppler/colony_fabricator/code/appliances/wind_turbine.dm b/modular_doppler/colony_fabricator/code/appliances/wind_turbine.dm index 6b4a9b82821f3..3ee0efd219e47 100644 --- a/modular_doppler/colony_fabricator/code/appliances/wind_turbine.dm +++ b/modular_doppler/colony_fabricator/code/appliances/wind_turbine.dm @@ -15,9 +15,9 @@ layer = ABOVE_MOB_LAYER can_change_cable_layer = TRUE /// How much power the turbine makes without a storm - var/regular_power_production = 2500 + var/regular_power_production = 1 KILO WATTS /// How much power the turbine makes during a storm - var/storm_power_production = 10000 + var/storm_power_production = 5 KILO WATTS /// Is our pressure too low to function? var/pressure_too_low = FALSE /// Minimum external pressure needed to work