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
+3 -3
View File
@@ -36,7 +36,7 @@
dna.SetSEState(MONKEYBLOCK,1)
dna.SetSEValueRange(MONKEYBLOCK,0xDAC, 0xFFF)
to_chat(src, "<B>You are now [species.name]. </B>")
to_chat(src, span_infoplain(span_bold("You are now [species.name]. ")))
qdel(animation)
return src
@@ -216,7 +216,7 @@
new_xeno.a_intent = I_HURT
new_xeno.key = key
to_chat(new_xeno, "<B>You are now an alien.</B>")
to_chat(new_xeno, span_infoplain(span_bold("You are now an alien.")))
qdel(src)
return
@@ -238,7 +238,7 @@
new_corgi.a_intent = I_HURT
new_corgi.key = key
to_chat(new_corgi, "<B>You are now a Corgi. Yap Yap!</B>")
to_chat(new_corgi, span_infoplain(span_bold("You are now a Corgi. Yap Yap!")))
qdel(src)
return