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