From ce5f1ce3484d287519542d9655a6c890ed6996c4 Mon Sep 17 00:00:00 2001 From: pathetic meowmeow Date: Sun, 2 Feb 2025 20:51:34 -0500 Subject: [PATCH 1/4] Add more folders to the Bureaucracy crate (#2863) --- .../Prototypes/Catalog/Fills/Crates/service.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index 8af7b17245d..e808df0e17e 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -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 From 6bf4022f9622c78ffcaf5463f9ff8c164d61de8c Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:51:54 +0100 Subject: [PATCH 2/4] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 72983955df6..807a2ad654c 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Fixed recruiter's pen not working. - type: Fix - id: 479 - time: '2024-08-14T20:18:07.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1630 - author: MilonPL changes: - message: AME power production now scales properly with the number of cores. @@ -3867,3 +3860,10 @@ id: 978 time: '2025-02-02T18:57:52.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2835 +- author: sowelipililimute + changes: + - message: Bureaucracy crate has more and more varied folders + type: Add + id: 979 + time: '2025-02-03T01:51:35.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2863 From 03eae98823691dca9885dbb1abadeb019cc0b31c Mon Sep 17 00:00:00 2001 From: pathetic meowmeow Date: Sun, 2 Feb 2025 21:04:20 -0500 Subject: [PATCH 3/4] Add folders to LawDrobe (#2862) --- .../Catalog/VendingMachines/Inventories/lawdrobe.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml index f13ef4f1044..fc6af251460 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml @@ -24,6 +24,10 @@ RubberStampLawyer: 3 ClothingOuterCoatOvercoat: 2 BoxFolderClipboard: 5 + BoxFolderRed: 2 + BoxFolderBlue: 2 + BoxFolderYellow: 2 + BoxFolderBlack: 2 # End DeltaV additions contrabandInventory: ClothingOuterRobesJudge: 1 From dac5d4373749f00aec0fd10ff52f8bfd13243a70 Mon Sep 17 00:00:00 2001 From: Delta-V bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:04:39 +0100 Subject: [PATCH 4/4] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 807a2ad654c..113235583fa 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1,11 +1,4 @@ Entries: -- author: MilonPL - changes: - - message: AME power production now scales properly with the number of cores. - type: Tweak - id: 480 - time: '2024-08-15T05:15:04.0000000+00:00' - url: https://github.com/DeltaV-Station/Delta-v/pull/1629 - author: portfiend changes: - message: The Courier and Logistics Officer now have a new program in their PDA @@ -3867,3 +3860,10 @@ id: 979 time: '2025-02-03T01:51:35.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/2863 +- author: sowelipililimute + changes: + - message: Added folders to the LawDrobe + type: Add + id: 980 + time: '2025-02-03T02:04:20.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/2862