[MIRROR] Persistent papers should not replace the chat window (#8505)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-06-09 06:19:27 -07:00
committed by GitHub
parent 4381d92661
commit 6ab6ff7080

View File

@@ -17,6 +17,8 @@
var/obj/item/weapon/paper/paper = new paper_type(creating)
paper.info = token["message"]
paper.name = token["title"]
if(!paper.name)
paper.name = "No Title"
paper.last_modified_ckey = token["author"]
paper.age = token["age"]+1
if(requires_noticeboard)