Fix paper

This commit is contained in:
PrismaticGynoid
2021-10-27 21:11:54 -04:00
committed by Aronai Sieyes
parent 4319640891
commit 34b26a9051
+2 -2
View File
@@ -109,9 +109,9 @@
/obj/item/weapon/paper/Initialize(mapload, var/text, var/title)
. = ..()
if(istext(text))
name = title
if(istext(title))
name = title
if(istext(text))
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.