diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/books.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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) |