mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Merge pull request #3793 from Belsima/keycardfluff
Replaces two super not-lore-friendly messages with one stolen from Bay.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user