Skip to content

Commit

Permalink
Update fusion_engine.dm (#12)
Browse files Browse the repository at this point in the history
Изменил скорость потребления заряда стержней в генераторах корабля
  • Loading branch information
Tatarla authored Jul 14, 2024
1 parent 9de4635 commit c9b62d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/power/fusion_engine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
switch(power_gen_percent) //Flavor text!
if(10)
balloon_alert_to_viewers("begins to whirr as it powers up")
fuel_rate = FUSION_ENGINE_FULL_STRENGTH_FULL_RATE * 0.1
fuel_rate = FUSION_ENGINE_FULL_STRENGTH_FULL_RATE * 0.2
if(50)
balloon_alert_to_viewers("hums as it reaches half capacity")
fuel_rate = FUSION_ENGINE_FULL_STRENGTH_FULL_RATE * 0.5
fuel_rate = FUSION_ENGINE_FULL_STRENGTH_FULL_RATE * 0.8
if(100)
balloon_alert_to_viewers("rumbles as it reaches full strength")
fuel_rate = FUSION_ENGINE_FULL_STRENGTH_FULL_RATE
Expand Down

0 comments on commit c9b62d2

Please sign in to comment.