Skip to content

Commit

Permalink
turbines my wife
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Nov 25, 2024
1 parent ee42b3f commit e0277bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0277bf

Please sign in to comment.