diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Materials/Sheets/other.yml index 59cfc943c3..bab2221d1a 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Materials/Sheets/other.yml @@ -19,6 +19,12 @@ layers: - state: paper map: ["base"] + - state: paper_words + map: ["enum.PaperVisualLayers.Writing"] + visible: false + - state: paper_stamp-generic + map: ["enum.PaperVisualLayers.Stamp"] + visible: false - type: Tag tags: - Document @@ -29,4 +35,5 @@ suffix: Single components: - type: Stack + stackType: SheetPrinter count: 1 \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Stacks/other_stacks.yml b/Resources/Prototypes/_Sunrise/Stacks/other_stacks.yml index f87e383ee0..303825ea5b 100644 --- a/Resources/Prototypes/_Sunrise/Stacks/other_stacks.yml +++ b/Resources/Prototypes/_Sunrise/Stacks/other_stacks.yml @@ -3,4 +3,4 @@ name: paper icon: { sprite: Objects/Misc/bureaucracy.rsi, state: paper } spawn: SheetPrinter1 - maxCount: 1 + maxCount: 30