Skip to content

Commit

Permalink
WHY CAN THEY STILL WALK WHILE DIGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Oct 18, 2023
1 parent 9eba272 commit 35fadef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private static void addIdleActivity(@NotNull Brain<Crab> brain) {
),
StartAttacking.create(CrabAi::findNearestValidAttackTarget),
new RunOne<>(
ImmutableMap.of(MemoryModuleType.WALK_TARGET, MemoryStatus.VALUE_ABSENT),
ImmutableMap.of(MemoryModuleType.WALK_TARGET, MemoryStatus.VALUE_ABSENT, RegisterMemoryModuleTypes.FIRST_BRAIN_TICK, MemoryStatus.VALUE_PRESENT),
ImmutableList.of(
Pair.of(RandomStroll.stroll(1F), 1),
Pair.of(new DoNothing(30, 100), 2)
Expand Down

0 comments on commit 35fadef

Please sign in to comment.