Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Most papers are no longer trash #32343

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
- type: Tag
tags:
- Document
- Trash
- Paper
- type: Appearance
- type: FaxableObject
Expand Down Expand Up @@ -81,6 +80,11 @@
id: PaperScrap
description: 'A crumpled up piece of white paper.'
components:
- type: Tag
tags:
- Document
- Trash
- Paper
- type: Sprite
layers:
- state: scrap
Expand Down Expand Up @@ -178,6 +182,11 @@
visible: false
- type: PaperLabelType
paperType: Invoice
- type: Tag
tags:
- Document
- Trash
- Paper
- type: PaperVisuals
backgroundImagePath: "/Textures/Interface/Paper/paper_background_default.svg.96dpi.png"
contentImagePath: "/Textures/Interface/Paper/paper_content_lined.svg.96dpi.png"
Expand Down Expand Up @@ -207,6 +216,11 @@
visible: false
- type: PaperLabelType
paperType: Bounty
- type: Tag
tags:
- Document
- Trash
- Paper
- type: PaperVisuals
backgroundImagePath: "/Textures/Interface/Paper/paper_background_default.svg.96dpi.png"
contentImagePath: "/Textures/Interface/Paper/paper_content_lined.svg.96dpi.png"
Expand Down
Loading