mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user