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
+1 -1
View File
@@ -18,7 +18,7 @@
/obj/effect/gibspawner/proc/Gib(atom/location, var/datum/dna/MobDNA = null)
if(gibtypes.len != gibamounts.len || gibamounts.len != gibdirections.len)
to_world(span_warning("Gib list length mismatch!"))
to_world(span_filter_system(span_warning("Gib list length mismatch!")))
return
var/obj/effect/decal/cleanable/blood/gibs/gib = null
+2 -2
View File
@@ -10,7 +10,7 @@
return
/obj/effect/manifest/proc/manifest()
var/dat = "<B>Crew Manifest</B>:<BR>"
var/dat = span_bold("Crew Manifest") + ":<BR>"
for(var/mob/living/carbon/human/M in mob_list)
dat += text(" <B>[]</B> - []<BR>", M.name, M.get_assignment())
var/obj/item/paper/P = new /obj/item/paper( src.loc )
@@ -18,4 +18,4 @@
P.name = "paper- 'Crew Manifest'"
//SN src = null
qdel(src)
return
return
+1 -1
View File
@@ -255,7 +255,7 @@
last_itch = world.time
to_chat(O.owner, span_notice("Your [O.name] itches..."))
else if(prob(1))
src.visible_message("<b>\The [src]</b> skitters.")
src.visible_message(span_infoplain(span_bold("\The [src]") + " skitters."))
if(amount_grown >= 0)
amount_grown += rand(0,2)