Increases Paper's Window Size (#24541)

* its time to PAPERWORK

* remove test item

* autodoc / henri

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
matttheficus
2024-03-20 20:22:07 +00:00
committed by GitHub
co-authored by Henri215
parent a8f2d2f001
commit 7b462f34b6
+5 -2
View File
@@ -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()