mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user