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

Add more folders to the Bureaucracy crate #2863

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
13 changes: 12 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,29 @@
- type: StorageFill
contents:
- id: Paper
amount: 15
amount: 10 # DeltaV - make room for more folders in the bureaucracy crate
- id: Pen
amount: 2
- id: BoxFolderClipboard
amount: 2
- id: HandLabeler
- id: BoxFolderBlue
amount: 2 # DeltaV - more folders in the bureacracy crate
- id: BoxFolderRed
amount: 2 # DeltaV - more folders in the bureacracy crate
- id: BoxFolderYellow
amount: 2 # DeltaV - more folders in the bureacracy crate
- id: NewtonCradle
- id: BoxEnvelope
- id: BrbSign
# Start DeltaV - More folders in the bureaucracy crate
- id: BoxFolderBlack
amount: 2
- id: BoxFolderGrey
amount: 2
- id: BoxFolderGreen
amount: 2
# End DeltaV - More folders in the bureaucracy crate

- type: entity
id: CrateServiceFaxMachine
Expand Down
Loading