From db895fe62e0a7eabc2f9e36e7701c554a4b204a9 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:19:12 +0800 Subject: + toggle for icons on dungeon map + diana inquis waypoints now send a alert when one is added --- features/events/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'features/events') 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) { -- cgit