From 24fec328155e3c8a6dadc47996866657d55b178a Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 4 Jul 2021 02:30:34 -0300 Subject: [PATCH] OpFix --- code/modules/antagonists/_common/antag_spawner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index 3f1c437f..40fbeb1f 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -110,7 +110,7 @@ if(!user.mind.has_antag_datum(/datum/antagonist/nukeop,TRUE)) to_chat(user, "AUTHENTICATION FAILURE. ACCESS DENIED.") return FALSE - if(!user.onSyndieBase()) + if(!user.onSyndieBase() && !user.mind.has_antag_datum(/datum/antagonist/nukeop/lone,TRUE)) to_chat(user, "[src] is out of range! It can only be used at your base!") return FALSE return TRUE