trying to make AI aware of mine/explosive break point. also remove redundant test.
only rate subs if significant. still very much need correct fall+damage esp given different knocks.
Make hogs aware of dud mines and explosives. Still a bit more needed.
Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)
CheckGearDrowning could delete hedgehogs gear! (CheckGearDrowning -> ResurrectHedgehog -> FindPlace). Fixes
bug #620.
fix bug that locked unlocked campaign missions, see
issue #452
This is something we need to check in all translations. Occasionally the source phrase ends w/ a space. Need to make sure translations take this into account.
So. First pass. Add secondary explosions to RateExplosion and RateShotgun. Not yet added to shoves. This is of limited utility at present since the dX has to be small since we can't bother tracing all hog motion. But, should be more useful once shove is added, and tracking of explosives and mines.
Don't use writeln in ai thread (from
rdd4035ee0f12), this causes crashes. Fixes
issue #617.