Add more !kc abbreviations

- Remove ambiguous "archaelogist" abbreviation and replace it with
respective crazy and deranged arch abbrevs
- Add "chambers" and "cox" abbrevs to raids 1
- Add "theatre", "tob", "verzik" and "verzik vitur" abbrevs to raids 2

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-07-08 23:37:01 +02:00
parent f8f561fe83
commit 30976ee72b

View File

@@ -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 "tob":
case "theatre":
case "verzik":
case "verzik vitur":
case "raids 2":
return "Theatre of Blood";