fixes a vendor alert bug (#20552)

This commit is contained in:
GDN
2023-03-06 07:35:34 -06:00
committed by GitHub
parent 94fc3f0154
commit e59b0c2c9d
+2 -2
View File
@@ -112,8 +112,8 @@
/datum/vendor_crit/lucky/tip_crit_effect(obj/machinery/economy/vending/machine, mob/living/carbon/victim)
victim.visible_message(
"<span class='danger'>[src] crashes around [victim], but doesn't seem to crush them!</span>",
"<span class='userdanger'>[src] crashes around you, but only around you! You're fine!</span>"
"<span class='danger'>[machine] crashes around [victim], but doesn't seem to crush them!</span>",
"<span class='userdanger'>[machine] crashes around you, but only around you! You're fine!</span>"
)
return 1000