mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user