lazer bounces set to 50

This commit is contained in:
ImproperIssues
2023-07-08 19:37:31 -07:00
parent 9ea5f1cf0e
commit f41c28a995

View File

@@ -28,7 +28,7 @@ public class LazerItem extends CustomItem {
Vector dir = player.getLocation().getDirection().normalize();
AtomicInteger attempts = new AtomicInteger(0);
castInDirection(loc, dir, true, 10, attempts);
castInDirection(loc, dir, true, 50, attempts);
};
}