Skip to content

Commit ed3b5f1

Browse files
RyanHubcapp
authored andcommitted
Allow Ironmen to Play Fishing Trawler
1 parent c95cafa commit ed3b5f1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • server/plugins/com/openrsc/server/plugins/authentic/minigames/fishingtrawler

server/plugins/com/openrsc/server/plugins/authentic/minigames/fishingtrawler/Murphy.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ public boolean blockTalkNpc(Player player, Npc n) {
5757
@Override
5858
public void onTalkNpc(Player player, Npc n) {
5959
if (n.getID() == NpcId.MURPHY_LAND.id()) { // Murphy on land
60-
if (player.isIronMan(IronmanMode.Ironman.id()) || player.isIronMan(IronmanMode.Ultimate.id())
61-
|| player.isIronMan(IronmanMode.Hardcore.id()) || player.isIronMan(IronmanMode.Transfer.id())) {
62-
player.message("As an Ironman, you cannot use the Trawler.");
63-
return;
64-
}
6560
if (!player.getCache().hasKey("fishingtrawler")) {
6661
say(player, n, "good day to you sir");
6762
npcsay(player, n, "well hello my brave adventurer");

0 commit comments

Comments
 (0)