From 39ccfdbbada8fd2024834ff95ca4cf087f3c5cdd Mon Sep 17 00:00:00 2001 From: Buggy123 Date: Sun, 9 Feb 2020 18:26:00 -0500 Subject: [PATCH] Nuke Ops reinforcements now work on-station --- code/modules/antagonists/_common/antag_spawner.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/antagonists/_common/antag_spawner.dm b/code/modules/antagonists/_common/antag_spawner.dm index 574520bce26..f7d82891c9d 100644 --- a/code/modules/antagonists/_common/antag_spawner.dm +++ b/code/modules/antagonists/_common/antag_spawner.dm @@ -110,9 +110,6 @@ if(!user.mind.has_antag_datum(/datum/antagonist/nukeop,TRUE)) to_chat(user, "AUTHENTICATION FAILURE. ACCESS DENIED.") return FALSE - if(!user.onSyndieBase()) - to_chat(user, "[src] is out of range! It can only be used at your base!") - return FALSE return TRUE