mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
finish up the spans (#9605)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user