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