Implement vinesweeper

This commit is contained in:
Avi Weinstock
2021-10-07 00:25:15 +00:00
committed by Ceikry
parent c3086f9b27
commit 28f198cb72
8 changed files with 888 additions and 3 deletions
@@ -495,6 +495,11 @@ public class NPC extends Entity {
nextWalk = GameWorld.getTicks() + 5 + RandomFunction.randomize(10);
}
public void resetWalk() {
nextWalk = GameWorld.getTicks() - 1;
getWalkingQueue().reset();
}
/**
* Called when the region goes inactive.
*/