mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user