Merge branch 'permastuns_are_bad' of https://github.com/Neerti/Polaris into permastuns_are_bad

This commit is contained in:
Neerti
2019-04-25 19:06:23 -04:00
@@ -147,7 +147,7 @@
if(WH && WH.wind_speed) // Is there any wind?
// With the wind.
if(direct & WH.wind_dir)
. = max(. - WH.wind_speed, -1) // Wind speedup is capped at roughly taj speed.
. = max(. - WH.wind_speed, -1) // Wind speedup is capped to prevent supersonic speeds from a storm.
// Against it.
else if(direct & reverse_dir[WH.wind_dir])
. += WH.wind_speed