From c7afe20f4ab62a1350c91a0c3f3b4c7abb3e7c78 Mon Sep 17 00:00:00 2001 From: Deal5 <84900425+Deal5@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:16:51 +0300 Subject: [PATCH] me when the (#8525) --- code/game/machinery/vending.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 0a90910b7ca..fbdf5fb935b 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -1532,7 +1532,7 @@ if(bingo) return TRUE - to_chat(user, SPAN_WARNING("[src] flashes a message: Unauthorized Access.")) + to_chat(user, SPAN_WARNING("[src] flashes a message: The unfaithful shall not be served.")) return FALSE /obj/machinery/vending/theomat/attackby(obj/item/I, mob/user)