everyone cult!, paper label

This commit is contained in:
Tastyfish
2011-12-05 23:19:39 -05:00
parent 571ee5f3de
commit 68c6b97fd3
2 changed files with 6 additions and 16 deletions
@@ -62,7 +62,7 @@ CLIPBOARDS
var/n_name = input(usr, "What would you like to label the paper?", "Paper Labelling", null) as text
n_name = copytext(n_name, 1, 32)
if ((src.loc == usr && usr.stat == 0))
src.name = text("paper[]", (n_name ? text("- '[n_name]'") : null))
src.name = n_name && n_name != "" ? n_name : "Untitled paper"
src.add_fingerprint(usr)
return