finish up the spans (#9605)

This commit is contained in:
Kashargul
2024-12-09 22:51:05 +01:00
committed by GitHub
parent 19bc22ddb3
commit fe4b5ec2cb
80 changed files with 359 additions and 361 deletions
+2 -2
View File
@@ -180,10 +180,10 @@
new/obj/effect/decal/cleanable/pie_smudge(get_turf(target))
playsound(target, 'sound/effects/slime_squish.ogg', 100, 1, get_rand_frequency(), falloff = 5)
target.Weaken(1)
target.visible_message("<span class='danger'>[target] is struck by pie!</span>")
target.visible_message(span_danger("[target] is struck by pie!"))
if(SMITE_SPICE) //CHOMP Add
to_chat(target, "<span class='warning'>Spice spice baby!</span>")
to_chat(target, span_warning("Spice spice baby!"))
target.eye_blurry = max(target.eye_blurry, 25)
target.Blind(10)
target.Stun(5)