From e59b0c2c9d227e0e2cecb6fd6639bf7db05a3692 Mon Sep 17 00:00:00 2001
From: GDN <96800819+GDNgit@users.noreply.github.com>
Date: Mon, 6 Mar 2023 07:35:34 -0600
Subject: [PATCH] fixes a vendor alert bug (#20552)
---
code/game/machinery/vendors/vendor_crits.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/game/machinery/vendors/vendor_crits.dm b/code/game/machinery/vendors/vendor_crits.dm
index ff86e2d8863..d8531ac724d 100644
--- a/code/game/machinery/vendors/vendor_crits.dm
+++ b/code/game/machinery/vendors/vendor_crits.dm
@@ -112,8 +112,8 @@
/datum/vendor_crit/lucky/tip_crit_effect(obj/machinery/economy/vending/machine, mob/living/carbon/victim)
victim.visible_message(
- "[src] crashes around [victim], but doesn't seem to crush them!",
- "[src] crashes around you, but only around you! You're fine!"
+ "[machine] crashes around [victim], but doesn't seem to crush them!",
+ "[machine] crashes around you, but only around you! You're fine!"
)
return 1000