From acd3eb88f59854cc0f4abb892767237c176b22fd Mon Sep 17 00:00:00 2001 From: coiax Date: Sat, 14 May 2016 12:41:13 +0100 Subject: [PATCH] [s] Removes another world << from stamps (#17655) Man, I suck at this. --- code/modules/paperwork/stamps.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/paperwork/stamps.dm b/code/modules/paperwork/stamps.dm index 8ea26bf7c74..f86c1772ad1 100644 --- a/code/modules/paperwork/stamps.dm +++ b/code/modules/paperwork/stamps.dm @@ -86,8 +86,6 @@ stamp_names += initial(stamp_type.name) stamp_names = sortList(stamp_names) - // the list that will be shown to the user to pick from - world << jointext(stamp_names, ",") var/input_stamp = input(user, "Choose a stamp to disguise as.", "Choose a stamp.") as null|anything in stamp_names