Makes Flavor Text properly required for joining

This commit is contained in:
Heroman
2019-05-02 14:40:13 +10:00
parent 44be2d7c35
commit ff9e4f2e4a
6 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -317,7 +317,7 @@
set src in usr
if(usr != src)
usr << "No."
var/msg = sanitize(input(usr,"Set the flavor text in your 'examine' verb. Can also be used for OOC notes about your character.","Flavor Text",html_decode(flavor_text)) as message|null, extra = 0)
var/msg = sanitize(input(usr,"Set the flavor text in your 'examine' verb.","Flavor Text",html_decode(flavor_text)) as message|null, extra = 0) //VOREStation Edit: separating out OOC notes
if(msg != null)
flavor_text = msg