Fix paper

This commit is contained in:
PrismaticGynoid
2021-10-17 15:20:15 -07:00
parent 8a96fd173e
commit c42b94aa98

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.