pls no moar

This commit is contained in:
Kyleeld
2019-05-30 17:13:26 +01:00
parent f8cd5e55fe
commit 8f5af5b5eb
2 changed files with 3 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ public class SotetsegHandler extends RoomHandler
Map<Projectile, String> projectileMap = new HashMap<>();
for (Projectile p : soteyProjectiles.keySet())
{
final int ticksRemaining = p.getRemainingCycles()/30;
final int ticksRemaining = p.getRemainingCycles() / 30;
int id = p.getId();
String countdownStr;
if (id == 1607)

View File

@@ -91,7 +91,8 @@ class NyloOverlay extends Overlay
else if (name.equals("Nylocas Toxobolos"))
{
toxobolos++;
} else if (name.equals("Nylocas Ischyros"))
}
else if (name.equals("Nylocas Ischyros"))
{
ischyros++;
}