mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user