aboutsummaryrefslogtreecommitdiff
path: root/features/events
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-09 14:50:27 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-09 14:50:27 +0800
commitcd85af68f5af559d869097306cf063a628b19f6f (patch)
tree013529946da7185eca9088cd61eb2db27035e9c9 /features/events
parente44de4dc2876d771d871255e72c6884b958c05eb (diff)
downloadSoopyV2-cd85af68f5af559d869097306cf063a628b19f6f.tar.gz
SoopyV2-cd85af68f5af559d869097306cf063a628b19f6f.tar.bz2
SoopyV2-cd85af68f5af559d869097306cf063a628b19f6f.zip
Make burrials properly dissapear when dug
Diffstat (limited to 'features/events')
-rw-r--r--features/events/index.js3
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(){