Merge branch 'chaos_tunnels' into 'master'

Fixed Chaos Tunnels portals

See merge request 2009scape/2009scape!2504
This commit is contained in:
Player Name 2026-08-01 09:03:28 +00:00
commit 8db9c3366c

View file

@ -130,6 +130,7 @@ public final class ChaosTunnelZone extends MapZone implements Plugin<Object> {
teleport(entity.asPlayer(), target.asScenery());
break;
}
return true;
}
return super.interact(entity, target, option);
}
@ -209,6 +210,7 @@ public final class ChaosTunnelZone extends MapZone implements Plugin<Object> {
addLink(3239, 5498, 3244, 5495);
addLink(3233, 5470, 3241, 5469);
addLink(3241, 5445, 3233, 5445);
addLink(3250, 5448, 3254, 5451);
addLink(3259, 5446, 3265, 5491);
addLink(3260, 5491, 3266, 5446);
addLink(3218, 5478, 3215, 5475);