We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95cafa commit ed3b5f1Copy full SHA for ed3b5f1
1 file changed
server/plugins/com/openrsc/server/plugins/authentic/minigames/fishingtrawler/Murphy.java
@@ -57,11 +57,6 @@ public boolean blockTalkNpc(Player player, Npc n) {
57
@Override
58
public void onTalkNpc(Player player, Npc n) {
59
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
- }
65
if (!player.getCache().hasKey("fishingtrawler")) {
66
say(player, n, "good day to you sir");
67
npcsay(player, n, "well hello my brave adventurer");
0 commit comments