mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
fixes a vendor alert bug (#20552)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user