Fixes non-antags being able to exfiltrate (#32097)

* Fixes non-antags being able to exfiltrate

* Update code/modules/antagonists/_common/antag_exfiltration.dm

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2026-06-24 18:22:07 -04:00
committed by GitHub
parent 297312f075
commit 9d76cfee8e
@@ -109,6 +109,10 @@
. += SPAN_WARNING(" - [A.name]")
/obj/item/wormhole_jaunter/extraction/activate(mob/user)
if(!isAntag(user))
to_chat(user, SPAN_WARNING("No matter how much you try, you can't get [src] to ignite!"))
return
if(!turf_check(user))
return