mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
[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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user