mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
refactors most spans
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
if (!found) // User is too far away
|
||||
return
|
||||
// Now make the cardboard
|
||||
to_chat(user, "<span class='notice'>You fold [src] flat.</span>")
|
||||
to_chat(user, span_notice("You fold [src] flat."))
|
||||
playsound(src, 'sound/items/storage/boxfold.ogg', 30, 1)
|
||||
new foldable(get_turf(src))
|
||||
qdel(src)
|
||||
@@ -369,7 +369,7 @@
|
||||
if(istype(W) && !W.lit && !W.burnt)
|
||||
if(prob(25))
|
||||
W.light(user)
|
||||
user.visible_message("<span class='notice'>[user] manages to light the match on the matchbox.</span>")
|
||||
user.visible_message(span_notice("[user] manages to light the match on the matchbox."))
|
||||
else
|
||||
playsound(src, 'sound/items/cigs_lighters/matchstick_hit.ogg', 25, 0, -1)
|
||||
W.update_icon()
|
||||
|
||||
Reference in New Issue
Block a user