[MIRROR] refactors most spans (#9139)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-04 06:00:17 -07:00
committed by GitHub
parent 43ee646816
commit ab154b48b2
1511 changed files with 12497 additions and 12357 deletions

View File

@@ -22,10 +22,10 @@
return
if(flipped < 0 || !flip(get_cardinal_dir(usr,src)))
to_chat(usr, "<span class='notice'>It won't budge.</span>")
to_chat(usr, span_notice("It won't budge."))
return
usr.visible_message("<span class='warning'>[usr] flips \the [src]!</span>")
usr.visible_message(span_warning("[usr] flips \the [src]!"))
if(climbable)
structure_shaken()
@@ -39,7 +39,7 @@
var/obj/occupied = turf_is_crowded()
if(occupied)
to_chat(usr, "<span class='filter_notice'>There's \a [occupied] in the way.</span>")
to_chat(usr, span_filter_notice("There's \a [occupied] in the way."))
return 0
var/list/L = list()
@@ -65,7 +65,7 @@
return
if (!unflipping_check())
to_chat(usr, "<span class='notice'>It won't budge.</span>")
to_chat(usr, span_notice("It won't budge."))
return
unflip()