Skip to content

Commit 9306f9f

Browse files
committed
Whitelist more CreatureAction
1 parent 6d166c2 commit 9306f9f

File tree

1 file changed

+3
-1
lines changed
  • NitroxClient/GameLogic

1 file changed

+3
-1
lines changed

NitroxClient/GameLogic/AI.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ public sealed class AI
2626
typeof(AttackCyclops),
2727
typeof(AttackLastTarget),
2828
typeof(Poop),
29-
typeof(RangedAttackLastTarget)
29+
typeof(RangedAttackLastTarget),
30+
typeof(SwimToHeroPeeper),
31+
typeof(SwimToMeat)
3032
];
3133

3234
/// <summary>

0 commit comments

Comments
 (0)