[s]fix slight error (#25699)

* fix slight error

* fixes .? issue
This commit is contained in:
Qwertytoforty
2024-05-30 13:32:03 -04:00
committed by GitHub
parent d5eee09abc
commit 91aa03d64a
6 changed files with 22 additions and 7 deletions
+4 -1
View File
@@ -649,8 +649,11 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
new_key = copytext(new_key, 1, 26)
holder.fakekey = new_key
holder.big_brother = 1
if(isobserver(mob))
mob.invisibility = 90
mob.see_invisible = 90
createStealthKey()
log_admin("[key_name(usr)] has turned BB mode [holder.fakekey ? "ON" : "OFF"]")
log_admin("[key_name(usr)] has turned BB mode [holder.fakekey ? "ON" : "OFF"]", TRUE)
SSblackbox.record_feedback("tally", "admin_verb", 1, "Big Brother Mode")
/client/proc/drop_bomb() // Some admin dickery that can probably be done better -- TLE