Bismarck e566cbf35a Fixes damage redirection issues (#6231)
Units accumulate damage in the local variables
"ACE_Medical_Engine_$HitXXXX", but these are never reset. The way these
vars are used is as a single-damage-event tracker, and the end result of
not resetting their value when they're done being used is that a
specific $HitXXXX can accumulate enough damage to cause the "select
wound with highest damage" code to always select _it_ for the next wound
event, even if it wasn't the primary target of the last wound event.

I.E. I get shot in the right leg badly. If I then get winged in the left
arm, that wound will end up on my right leg, because when the code runs,
it finds QGVAR($HitRightLeg) > QGVAR($HitLeftArm), and so it applies the
wound to the right leg.
2018-07-16 23:49:06 +02:00
..
2017-12-23 01:47:43 +01:00
2017-11-06 15:54:35 -06:00
2017-11-30 10:29:35 -06:00
2017-12-30 16:38:45 +03:00
2017-12-16 11:51:15 -06:00
2017-12-07 08:48:10 +01:00
2017-12-16 11:51:15 -06:00
2017-12-23 01:47:43 +01:00
2017-12-16 11:51:15 -06:00
2017-08-29 17:47:01 -05:00
2017-12-30 16:38:45 +03:00
2017-12-31 13:36:55 +01:00
2017-12-27 08:14:26 +01:00
2017-11-06 15:54:35 -06:00
2017-12-23 01:47:43 +01:00
2017-12-30 16:38:45 +03:00
2017-12-16 11:51:15 -06:00
2017-12-16 11:51:15 -06:00
2018-07-16 23:25:54 +02:00
2018-07-16 23:25:54 +02:00
2018-05-08 13:57:32 +01:00
2018-07-15 18:29:18 +02:00
2017-12-19 12:13:38 -06:00
2017-12-16 11:51:15 -06:00
2017-11-06 15:54:35 -06:00
2017-08-29 17:47:01 -05:00
2017-08-29 17:47:01 -05:00
2017-12-16 11:51:15 -06:00
2017-12-23 01:47:43 +01:00
2017-12-16 11:51:15 -06:00
2017-12-16 11:51:15 -06:00
2017-12-16 11:51:15 -06:00
2017-12-16 11:51:15 -06:00
2017-11-28 13:29:38 -06:00
2017-12-16 11:51:15 -06:00
2017-08-29 17:47:01 -05:00
2017-12-12 17:17:51 +01:00
2017-12-16 11:51:15 -06:00
2017-12-16 11:51:15 -06:00
2017-12-23 01:47:43 +01:00