Commented out metadata and some other non-sensical stuff.

This commit is contained in:
Ren Erthilo
2012-05-02 21:22:19 +01:00
parent 583cb6e771
commit e1c69ed8a1
11 changed files with 128 additions and 15 deletions
+1 -1
View File
@@ -420,7 +420,7 @@
set src in usr
if(usr != src)
usr << "No."
var/msg = input(usr,"Set the flavor text in your 'examine' verb. Don't metagame!","Flavor Text",html_decode(flavor_text)) as message|null
var/msg = 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
if(msg != null)
msg = copytext(msg, 1, MAX_MESSAGE_LEN)