mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
converts our spans (#9185)
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
name = "target notice"
|
||||
|
||||
/obj/item/paper/target/New()
|
||||
info = {"Your target is <b>[random_name(pick(MALE,FEMALE))]</b>. Make sure they don't get out of there alive."}
|
||||
info = "Your target is " + span_bold("[random_name(pick(MALE,FEMALE))]") + ". Make sure they don't get out of there alive."
|
||||
|
||||
Reference in New Issue
Block a user