diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/events/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js index 24615e4..80ba200 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -49,6 +49,9 @@ class Events extends Feature { this.registerStep(true, 2, this.step) this.registerStep(false, 5, this.step_5s) this.registerSoopy("apiLoad", this.apiLoad) + + this.registerChat("&r&eYou dug out a Griffin Burrow! &r&7(${*}/4)&r", this.burrialClicked) + this.registerChat("&r&eYou finished the Griffin burrow chain! &r&7(4/4)&r", this.burrialClicked) } renderOverlay(){ |