diff --git a/Core/Goals/LootGoal.cs b/Core/Goals/LootGoal.cs index b6f4523d..8478cea1 100644 --- a/Core/Goals/LootGoal.cs +++ b/Core/Goals/LootGoal.cs @@ -68,7 +68,8 @@ public LootGoal(ILogger logger, this.state = state; this.token = cts.Token; - + AddPrecondition(GoapKey.damagedone, false); + AddPrecondition(GoapKey.damagetaken, false); AddPrecondition(GoapKey.shouldloot, true); AddEffect(GoapKey.shouldloot, false); }