From f175000cebcb75a58cf28a79a6d3a706636ec57c Mon Sep 17 00:00:00 2001 From: Markolie Date: Sat, 14 Feb 2015 18:06:44 +0100 Subject: [PATCH] Custom fax name check --- code/modules/admin/topic.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 89e7e8b5b05..93e31ade77c 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1727,6 +1727,8 @@ input = P.parsepencode(input) // Encode everything from pencode to html var/customname = input(src.owner, "Pick a title for the fax.", "Fax Title") as text|null + if(!customname) + customname = "paper" var/stampname var/stamptype