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