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)