diff --git a/code/modules/power/fusion_engine.dm b/code/modules/power/fusion_engine.dm index 75228d4c32f..46694659353 100644 --- a/code/modules/power/fusion_engine.dm +++ b/code/modules/power/fusion_engine.dm @@ -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