From 753b81287ab1fede17a83262ef224e40387254b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 6 Jan 2022 15:36:57 -0300 Subject: Hot-not-fix --- npc/items/books.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/items') diff --git a/npc/items/books.txt b/npc/items/books.txt index 7fb772169..ac843588d 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -414,6 +414,12 @@ OnScry: mesc l("The requested char is not online or does not exist."), 1; close; } + /* attachrid() + mes() is a no-go for this */ + if (!is_staff()) { + mesc l("Scrying others has been temporarily restricted to staff only due to bugs."), 1; + close; + } + /* attachrid() + mes() is a no-go for this */ setnpcdialogtitle sprintf("@scry %s", .@w$); attachrid(.@id); if (!GSET_NOSCRY) -- cgit v1.2.3-60-g2f50