[MIRROR] bunch of global vars (#12325)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-25 23:09:28 +01:00
committed by GitHub
co-authored by Kashargul
parent f55947089b
commit 8528d1dbcb
92 changed files with 330 additions and 438 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
. = ..(user)
if(.)
return TRUE
if((user.mind && !wizards.is_antagonist(user.mind)))
if((user.mind && !GLOB.wizards.is_antagonist(user.mind)))
to_chat(user, span_warning("You stare into the orb and see nothing but your own reflection."))
return
+1 -1
View File
@@ -22,7 +22,7 @@
return FALSE
if(!user)
return
if((user.mind && !wizards.is_antagonist(user.mind)))
if((user.mind && !GLOB.wizards.is_antagonist(user.mind)))
to_chat(user, span_warning("You stare at the book but cannot make sense of the markings!"))
return