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)