chat commands: add shorthand names for phosani's nightmare

This commit is contained in:
Hydrox6
2021-07-02 13:11:29 +01:00
committed by Adam
parent d924858d74
commit 44bb046cdd

View File

@@ -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":