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