From be42a974d96f8ef1a5e798dcb2578fb5f8c90d2d Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Fri, 4 Mar 2022 10:08:13 -0500 Subject: [PATCH] Purges whitespace --- code/modules/paperwork/paper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index aa7d617376c..b2ac4163d2d 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -115,7 +115,7 @@ info = text if(mapload) // Jank, but we do this to prevent maploaded papers from somehow stacking across rounds if re-added to the board by a player. - was_maploaded = TRUE + was_maploaded = TRUE pixel_y = rand(-8, 8) pixel_x = rand(-9, 9)