next set of spans (#16434)

* next set of spans

* some more

* next

* next

* next

* .

* text...

* next... rest soon

* .

* .

* ok last set for the night

* .

* .

* .

* .

* some more

* next

* next

* all for now

* .

* some more easy ones

* some more easy ones

* .

* .

* some more bolds

* oups auto complete moment

* add the remaining spans

* this as well

* this as well

* .

* .,

* resync them properly
This commit is contained in:
Kashargul
2024-10-16 23:37:27 +02:00
committed by GitHub
parent 6275972fef
commit b594520a74
604 changed files with 2801 additions and 2638 deletions
+2 -2
View File
@@ -174,8 +174,8 @@
if(is_train_head() && istype(load, /mob/living/carbon/human))
var/mob/living/carbon/human/D = load
to_chat(D, span_red("<B>You ran over [M]!</B>"))
visible_message(span_red("<B>\The [src] ran over [M]!</B>"))
to_chat(D, span_bolddanger("You ran over [M]!"))
visible_message(span_bolddanger("\The [src] ran over [M]!"))
add_attack_logs(D,M,"Ran over with [src.name]")
attack_log += text("\[[time_stamp()]\] [span_red("ran over [M.name] ([M.ckey]), driven by [D.name] ([D.ckey])")]")
else
+1 -1
View File
@@ -230,7 +230,7 @@
return TRUE
/obj/vehicle/proc/explode()
src.visible_message(span_red("<B>[src] blows apart!</B>"), 1)
src.visible_message(span_bolddanger("[src] blows apart!"), 1)
var/turf/Tsec = get_turf(src)
//stuns people who are thrown off a train that has been blown up