diff --git a/code/modules/antagonists/_common/antag_exfiltration.dm b/code/modules/antagonists/_common/antag_exfiltration.dm index a82f81b77fd..c30cdf58f81 100644 --- a/code/modules/antagonists/_common/antag_exfiltration.dm +++ b/code/modules/antagonists/_common/antag_exfiltration.dm @@ -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