Skip to content

Commit

Permalink
Add DeleteCorpseOnDeath property to SummonedWaterElemental for improv…
Browse files Browse the repository at this point in the history
…ed behavior
  • Loading branch information
Bohicatv committed Feb 3, 2025
1 parent d7b9bca commit 4d26550
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public SummonedWaterElemental() : base(AIType.AI_Mage)
CanSwim = true;
}

public override bool DeleteCorpseOnDeath => Summoned;

public override string CorpseName => "a water elemental corpse";
public override string DefaultName => "a water elemental";

Expand Down

0 comments on commit 4d26550

Please sign in to comment.