diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 366122a9073..d398a232a4d 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -39,8 +39,10 @@ var/contact_poison // Reagent ID to transfer on contact var/contact_poison_volume = 0 var/contact_poison_poisoner = null - var/paper_width = 400//Width of the window that opens - var/paper_height = 400//Height of the window that opens + /// Width of the window that opens + var/paper_width = 600 + /// Height of the window that opens + var/paper_height = 750 var/const/deffont = "Verdana" var/const/signfont = "Times New Roman" @@ -585,6 +587,7 @@ /obj/item/paper/fortune name = "fortune" icon_state = "slip" + paper_width = 400 paper_height = 150 /obj/item/paper/fortune/New()