Fixes some extraneous spacing in some messages (#26222)

* clears a bunch of spaces

* oopsie daisy

* Update code/modules/food_and_drinks/food/customizables.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Luc
2024-07-19 19:15:21 -05:00
committed by GitHub
parent 6392082157
commit cb4d709c78
27 changed files with 191 additions and 191 deletions
@@ -463,7 +463,7 @@
/obj/item/organ/internal/cyberimp/arm/katana/Extend()
for(var/obj/item/cursed_katana/katana in contents)
if(katana.shattered)
to_chat(owner, "<span class='warning'> Your cursed katana has not reformed yet!</span>")
to_chat(owner, "<span class='warning'>Your cursed katana has not reformed yet!</span>")
return FALSE
return ..()