pls no moar
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user