diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java index 5e5f95d903..9a998e8aca 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java @@ -1738,12 +1738,22 @@ public class ChatCommandsPlugin extends Plugin case "the corrupted gauntlet": return "Corrupted Gauntlet"; + // The Nightmare case "nm": case "tnm": case "nmare": case "the nightmare": return "Nightmare"; + // Phosani's Nightmare + case "pnm": + case "phosani": + case "phosanis": + case "phosani nm": + case "phosani nightmare": + case "phosanis nightmare": + return "Phosani's Nightmare"; + // Hallowed Sepulchre case "hs": case "sepulchre":