diff --git a/Server/src/main/java/core/game/content/activity/wguild/cyclopes/CyclopesRoom.java b/Server/src/main/java/core/game/content/activity/wguild/cyclopes/CyclopesRoom.java index 6a79a3b12..d678132a6 100644 --- a/Server/src/main/java/core/game/content/activity/wguild/cyclopes/CyclopesRoom.java +++ b/Server/src/main/java/core/game/content/activity/wguild/cyclopes/CyclopesRoom.java @@ -111,7 +111,7 @@ public final class CyclopesRoom extends MapZone implements Plugin { public boolean death(Entity e, Entity killer) { if (killer instanceof Player && e instanceof NPC && (e.getId() == 4292 || e.getId() == 4291)) { int defenderId = getDefenderIndex((Player) killer); - if (RandomFunction.randomize(32) == 10) { + if (RandomFunction.randomize(50) == 10) { if (++defenderId == DEFENDERS.length) { defenderId--; }