why
This commit is contained in:
@@ -108,8 +108,8 @@ GLOBAL_VAR_INIT(miscreants_allowed, FALSE)
|
|||||||
set desc = "Sets an extended description of your character's features."
|
set desc = "Sets an extended description of your character's features."
|
||||||
set category = "IC"
|
set category = "IC"
|
||||||
|
|
||||||
var/new_flavor = (input(src, "Enter your new flavor text:", "Flavor text", null) as text|null)
|
var/new_flavor = input(src, "Enter your new flavor text:", "Flavor text", null) as message|null
|
||||||
if(new_flavor)
|
if(!isnull(new_flavor))
|
||||||
flavor_text = sanitize(new_flavor)
|
flavor_text = sanitize(new_flavor)
|
||||||
to_chat(src, "Your flavor text has been updated.")
|
to_chat(src, "Your flavor text has been updated.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user