Merge pull request #49272 from Buggy123/patch-110

Nuke Ops reinforcements now work on-station
This commit is contained in:
Jordan Brown
2020-02-11 13:35:44 -05:00
committed by GitHub
@@ -110,9 +110,6 @@
if(!user.mind.has_antag_datum(/datum/antagonist/nukeop,TRUE))
to_chat(user, "<span class='danger'>AUTHENTICATION FAILURE. ACCESS DENIED.</span>")
return FALSE
if(!user.onSyndieBase())
to_chat(user, "<span class='warning'>[src] is out of range! It can only be used at your base!</span>")
return FALSE
return TRUE