remove access requirement on emagged fax

This commit is contained in:
datlo
2018-12-11 07:48:57 +00:00
parent a73cb1f4ed
commit 5f771d46da
+1
View File
@@ -61,6 +61,7 @@ var/global/list/fax_blacklist = list()
/obj/machinery/photocopier/faxmachine/emag_act(mob/user)
if(!emagged)
emagged = 1
req_one_access = list()
to_chat(user, "<span class='notice'>The transmitters realign to an unknown source!</span>")
else
to_chat(user, "<span class='warning'>You swipe the card through [src], but nothing happens.</span>")