Skip to content

Commit

Permalink
infestedhelper: faster air quality improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lancehilliard committed Sep 4, 2017
1 parent a7a463d commit b974ba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Plugin:Initialise()
Shine.Plugins.mapvote.Config.RoundLimit = GAME_COUNT_THRESHOLD_SNF
end
IMGameMaster.kAirQualityChangePerSecondMax = IMGameMaster.kAirQualityChangePerSecondMax * 0.8
IMGameMaster.kRatioPositiveBoost = IMGameMaster.kRatioPositiveBoost * 1.5
IMGameMaster.kRatioPositiveBoost = IMGameMaster.kRatioPositiveBoost * 2
kWelderPowerRepairRate = kWelderPowerRepairRate * 2

if not TGNS.IsProduction() then
Expand Down

0 comments on commit b974ba5

Please sign in to comment.