diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-17 21:19:12 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-06-17 21:19:12 +0800 |
commit | db895fe62e0a7eabc2f9e36e7701c554a4b204a9 (patch) | |
tree | 632c8b6130ced7ec24c66a498a2045566ed57869 /features/events | |
parent | 1a23a0071a1c220d0e70c99f9d71904f0635fad0 (diff) | |
download | SoopyV2-db895fe62e0a7eabc2f9e36e7701c554a4b204a9.tar.gz SoopyV2-db895fe62e0a7eabc2f9e36e7701c554a4b204a9.tar.bz2 SoopyV2-db895fe62e0a7eabc2f9e36e7701c554a4b204a9.zip |
+ toggle for icons on dungeon map
+ diana inquis waypoints now send a alert when one is added
Diffstat (limited to 'features/events')
-rw-r--r-- | features/events/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js index 9e08d94..5a1420b 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -80,6 +80,7 @@ class Events extends Feature { return } this.slayerLocationDataH[user] = [loc, Date.now()] + if (this.otherInquisWaypoints.getValue()) Client.showTitle(user + "'s inquis spawned", "", 20, 60, 20) } renderWorld(ticks) { |