mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Conversion many Globals to Managed Globals (Part 1) (#10665)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06f0821bcf
commit
f7219329ca
@@ -150,7 +150,7 @@
|
||||
to_chat(usr,span_warning("The device beeps a warning that there is already a mind loaded!"))
|
||||
return
|
||||
|
||||
if(!target.mind || (target.mind.name in prevent_respawns))
|
||||
if(!target.mind || (target.mind.name in GLOB.prevent_respawns))
|
||||
to_chat(usr,span_warning("The device beeps a warning that the target isn't sentient."))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user