Nuke Ops reinforcements now work on-station

This commit is contained in:
Buggy123
2020-02-09 18:26:00 -05:00
committed by GitHub
parent 321fc002f9
commit 39ccfdbbad
@@ -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