adds a source uid to most damage & mobstate events (#11559)
Co-authored-by: Flipp Syder <76629141+vulppine@users.noreply.github.com>
This commit is contained in:
@@ -363,6 +363,7 @@ public sealed partial class ExplosionSystem : EntitySystem
|
||||
|
||||
ev.DamageCoefficient = Math.Max(0, ev.DamageCoefficient);
|
||||
|
||||
//todo need a way to track origin of explosion
|
||||
if (ev.DamageCoefficient == 1)
|
||||
{
|
||||
// no damage-dict multiplication required.
|
||||
|
||||
Reference in New Issue
Block a user