Skip to content

Commit ae4c373

Browse files
upping the threshold
1 parent 02b0f38 commit ae4c373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/s2/Tower.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void run() throws GameActionException {
5353
e_count++;
5454
}
5555
}
56-
if (e_count>10 || nearbyEnemies.length > 3) {
56+
if (e_count>35 || nearbyEnemies.length > 3) {
5757
rtype = 2;
5858
}
5959

0 commit comments

Comments
 (0)