Merge pull request #3793 from Belsima/keycardfluff

Replaces two super not-lore-friendly messages with one stolen from Bay.
This commit is contained in:
Anewbe
2017-09-09 15:27:42 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ log transactions
/obj/machinery/atm/attack_hand(mob/user as mob)
if(istype(user, /mob/living/silicon))
user << "<font color='red'>\icon[src] Artificial unit recognized. Artificial units do not currently receive monetary compensation, as per system banking regulation #1005.</font>"
to_chat (user, "<span class='warning'>A firewall prevents you from interfacing with this device!</span>")
return
if(get_dist(src,user) <= 1)
@@ -22,7 +22,7 @@
power_channel = ENVIRON
/obj/machinery/keycard_auth/attack_ai(mob/user as mob)
user << "The station AI is not to interact with these devices."
to_chat (user, "<span class='warning'>A firewall prevents you from interfacing with this device!</span>")
return
/obj/machinery/keycard_auth/attackby(obj/item/weapon/W as obj, mob/user as mob)