From 9563e0e6a7800b9165ec048893b008aea47cecae Mon Sep 17 00:00:00 2001 From: ceikry Date: Sun, 18 Jul 2021 19:56:00 -0500 Subject: [PATCH] Can no longer get flung to the bonegrinder when randomly interacting with things in port phasmatys --- .../content/zone/phasmatys/PhasmatysZone.java | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/Server/src/main/java/core/game/content/zone/phasmatys/PhasmatysZone.java b/Server/src/main/java/core/game/content/zone/phasmatys/PhasmatysZone.java index 2870baa70..95f8d1141 100644 --- a/Server/src/main/java/core/game/content/zone/phasmatys/PhasmatysZone.java +++ b/Server/src/main/java/core/game/content/zone/phasmatys/PhasmatysZone.java @@ -115,27 +115,6 @@ public final class PhasmatysZone extends MapZone implements Plugin { case 5264: ClimbActionHandler.climb(player, Animation.create(828), Location.create(3654, 3519, 0)); return true; - /*case 5244: - player.getDialogueInterpreter().open(1686, null, true); - return true;*/ - case 11162: - case 11163: - case 11164: - Scenery obj = (Scenery) target; - switch (option.getName().toLowerCase()) { - case "fill": - player.getPulseManager().run(fillPulse); - return true; - case "wind": - wind(player, obj); - return true; - case "empty": - empty(player, obj); - return true; - case "status": - checkStatus(player, obj); - return true; - } case 5282: worship(player); return true;