Fixes bubblegum suicide span, cleans up say spans (#96103)

## About The Pull Request

Closes #96085
Also went through other say spans and converted them to defines, as well
as fixed beepsky smash's hallucination beepskys not having their spans
due to incorrect span being passed.

## Changelog
🆑
fix: Bubblegun suicide no longer makes the user yell out HTML
fix: Beepsky Smash beepskys now use proper text formatting
code: Cleaned up say span code in a few places
/🆑
This commit is contained in:
SmArtKar
2026-05-21 19:51:36 -06:00
committed by GitHub
parent 057e607e44
commit c41bc9c6c2
7 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -258,7 +258,7 @@
to_chat(victim, span_warning("[pick("You hear faint whispers.", "You smell ash.", "You feel hot.", "You hear a roar in the distance.")]"))
/obj/item/food/bubblegum/bubblegum/suicide_act(mob/living/user)
user.say(";[pick(BUBBLEGUM_HALLUCINATION_LINES)]")
user.say(";[pick(BUBBLEGUM_HALLUCINATION_LINES)]", spans = list(SPAN_COLOSSUS))
return ..()
/obj/item/food/gumball