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": case "gargs":
return "Grotesque Guardians"; return "Grotesque Guardians";
case "archaeologist": case "crazy arch":
return "Crazy Archaeologist"; return "Crazy Archaeologist";
case "deranged arch":
return "Deranged Archaeologist";
case "mole": case "mole":
return "Giant Mole"; return "Giant Mole";
@@ -715,12 +718,17 @@ public class ChatCommandsPlugin extends Plugin
case "barrows": case "barrows":
return "Barrows Chests"; return "Barrows Chests";
case "cox":
case "xeric": case "xeric":
case "chambers":
case "olm": case "olm":
case "raids": case "raids":
return "Chambers of Xeric"; return "Chambers of Xeric";
case "tob":
case "theatre":
case "verzik": case "verzik":
case "verzik vitur":
case "raids 2": case "raids 2":
return "Theatre of Blood"; return "Theatre of Blood";