Merge pull request #4236 from deathbeam/more-abbrevs
Fix !kc abbreviations and add more abbreviations
This commit is contained in:
@@ -659,9 +659,12 @@ public class ChatCommandsPlugin extends Plugin
|
||||
case "gargs":
|
||||
return "Grotesque Guardians";
|
||||
|
||||
case "archaeologist":
|
||||
case "crazy arch":
|
||||
return "Crazy Archaeologist";
|
||||
|
||||
case "deranged arch":
|
||||
return "Deranged Archaeologist";
|
||||
|
||||
case "mole":
|
||||
return "Giant Mole";
|
||||
|
||||
@@ -715,12 +718,17 @@ public class ChatCommandsPlugin extends Plugin
|
||||
case "barrows":
|
||||
return "Barrows Chests";
|
||||
|
||||
case "cox":
|
||||
case "xeric":
|
||||
case "chambers":
|
||||
case "olm":
|
||||
case "raids":
|
||||
return "Chambers of Xeric";
|
||||
|
||||
case "verxik":
|
||||
case "tob":
|
||||
case "theatre":
|
||||
case "verzik":
|
||||
case "verzik vitur":
|
||||
case "raids 2":
|
||||
return "Theatre of Blood";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user