Set Pose Big Box (#7956)

instead of skinny it's big

and chunky

basically taking the reigns from the now defunct #7101
This commit is contained in:
Wowzewow (Wezzy)
2020-01-11 11:49:27 -03:00
committed by Alberyk
parent 5a3043155a
commit bba13d45b6
2 changed files with 43 additions and 1 deletions
@@ -730,7 +730,7 @@
set desc = "Sets a description which will be shown when someone examines you."
set category = "IC"
pose = sanitize(input(usr, "This is [src]. [get_visible_gender() == MALE ? "He" : get_visible_gender() == FEMALE ? "She" : "They"]...", "Pose", null) as text)
pose = sanitize(input(usr, "This is [src]. [get_visible_gender() == MALE ? "He" : get_visible_gender() == FEMALE ? "She" : "They"]...", "Pose", html_decode(pose)) as message)
/mob/living/carbon/human/verb/set_flavor()
set name = "Set Flavour Text"