pls no moar
This commit is contained in:
@@ -120,7 +120,7 @@ public class SotetsegHandler extends RoomHandler
|
|||||||
Map<Projectile, String> projectileMap = new HashMap<>();
|
Map<Projectile, String> projectileMap = new HashMap<>();
|
||||||
for (Projectile p : soteyProjectiles.keySet())
|
for (Projectile p : soteyProjectiles.keySet())
|
||||||
{
|
{
|
||||||
final int ticksRemaining = p.getRemainingCycles()/30;
|
final int ticksRemaining = p.getRemainingCycles() / 30;
|
||||||
int id = p.getId();
|
int id = p.getId();
|
||||||
String countdownStr;
|
String countdownStr;
|
||||||
if (id == 1607)
|
if (id == 1607)
|
||||||
|
|||||||
@@ -91,7 +91,8 @@ class NyloOverlay extends Overlay
|
|||||||
else if (name.equals("Nylocas Toxobolos"))
|
else if (name.equals("Nylocas Toxobolos"))
|
||||||
{
|
{
|
||||||
toxobolos++;
|
toxobolos++;
|
||||||
} else if (name.equals("Nylocas Ischyros"))
|
}
|
||||||
|
else if (name.equals("Nylocas Ischyros"))
|
||||||
{
|
{
|
||||||
ischyros++;
|
ischyros++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user