[MIRROR] next set of spans (#9247)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-17 16:33:07 -07:00
committed by GitHub
parent bc6662ef9e
commit 7416cbea22
599 changed files with 2619 additions and 2564 deletions

View File

@@ -28,7 +28,7 @@
/obj/item/camerabug/attack_self(mob/user)
if(user.a_intent == I_HURT)
to_chat(user, span_notice("You crush the [src] under your foot, breaking it."))
visible_message("[user.name] crushes the [src] under their foot, breaking it!</span>")
visible_message(span_notice("[user.name] crushes the [src] under their foot, breaking it!"))
new brokentype(get_turf(src))
spawn(0)
qdel(src)
@@ -44,7 +44,7 @@
linkedmonitor = null
qdel(camera)
camera = new camtype(src)
to_chat(usr, "<span class='notice'>You turn the [src] off and on again, delinking it from any monitors.")
to_chat(usr, span_notice("You turn the [src] off and on again, delinking it from any monitors."))
/obj/item/brokenbug
name = "broken mobile camera pod"