diff --git a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl b/Resources/Locale/en-US/deltav/paper/paper-misc.ftl deleted file mode 100644 index 69b0d09c0b1..00000000000 --- a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl +++ /dev/null @@ -1,12 +0,0 @@ -book-text-lunchbox-generic = Hello Honey! - I've packed your lunch for this shift, I hope you enjoy it!! - Love you so so much, - - Mum. -book-text-lunchbox-healthy = Hello Honey! - I've packed you something healthy for this shift! I hope you enjoy it!! - Love you so so much, - - Mum. -book-text-lunchbox-unhealthy = Hello Honey! - I've packed you something fun for this shift! I hope you enjoy it!! - Love you so so much, - - Mum. \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml index bc6ddc96fb8..1d1c9f8cd35 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml @@ -20,4 +20,4 @@ FoodButter: 4 FoodCheese: 1 FoodMeat: 6 - LunchboxGenericFilledRandom: 5 # Delta-V Adds Lunchbox + diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/dinnerware.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/dinnerware.yml index 0b9a73aa6e6..86f35b52696 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/dinnerware.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/dinnerware.yml @@ -24,4 +24,3 @@ DrinkMugOne: 1 DrinkMugRainbow: 2 DrinkMugRed: 2 - LunchboxGeneric: 10 # Delta-V Adds Lunchbox diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml deleted file mode 100644 index fcb93c1c918..00000000000 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml +++ /dev/null @@ -1,26 +0,0 @@ -- type: entity - parent: Paper - id: PaperWrittenNoteFromMumGeneric - name: note from mom - suffix: Lunchbox, Generic - components: - - type: Paper - content: book-text-lunchbox-generic - -- type: entity - parent: PaperWrittenNoteFromMumGeneric - id: PaperWrittenNoteFromMumHealthy - name: note from mom - suffix: Lunchbox, Healthy - components: - - type: Paper - content: book-text-lunchbox-healthy - -- type: entity - parent: PaperWrittenNoteFromMumGeneric - id: PaperWrittenNoteFromMumUnhealthy - name: note from mom - suffix: Lunchbox, Unhealthy - components: - - type: Paper - content: book-text-lunchbox-unhealthy \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml deleted file mode 100644 index 99c5d49c1b2..00000000000 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml +++ /dev/null @@ -1,313 +0,0 @@ -- type: entity - id: LunchboxGeneric - parent: [ BoxCardboard, BaseBagOpenClose ] - name: lunchbox - description: For on-the-go meal carrying needs. - components: - - type: Sprite - sprite: DeltaV/Objects/Storage/lunchbox.rsi - layers: - - state: generic - - state: generic-open - map: ["openLayer"] - - type: Item - size: Normal - shape: null - sprite: DeltaV/Objects/Storage/lunchbox.rsi - heldPrefix: generic - - type: Storage - maxItemSize: Normal - grid: - - 0,0,1,1 - - 3,0,1,1 - - 4,0,4,2 - - type: PhysicalComposition - materialComposition: - Plastic: 100 - - type: MeleeWeapon - damage: - types: - Blunt: 2 - soundHit: - path: "/Audio/Weapons/click.ogg" - - type: StaticPrice - price: 10 - -- type: entity - parent: LunchboxGeneric - id: LunchboxGenericFilledRandom - suffix: Filled, Random - name: pre-packed lunchbox - description: Packed with love. - components: - - type: StorageFill - contents: - - id: FoodPizzaArnoldSlice - orGroup: HealthyOrUnhealthyMain - prob: 0.5 - amount: 2 - - id: FoodApple - orGroup: HealthyOrUnhealthyMain - prob: 0.5 - - id: DrinkWaterBottleFull - orGroup: HealthyOrUnhealthyDrink - prob: 0.5 - - id: DrinkCartonOrange - orGroup: HealthyOrUnhealthyDrink - prob: 0.5 - - id: FoodSnackCheesie - orGroup: HealthyOrUnhealthySnack - prob: 0.25 - - id: FoodSnackChocolate - orGroup: HealthyOrUnhealthySnack - prob: 0.25 - - id: FoodCarrot - orGroup: HealthyOrUnhealthySnack - prob: 0.5 - - id: PaperWrittenNoteFromMumGeneric - prob: 0.1 - -- type: entity - parent: LunchboxGeneric - id: LunchboxGenericFilledHealthy - suffix: Filled, Healthy - name: pre-packed lunchbox - description: Packed with healthy love. - components: - - type: StorageFill - contents: - - id: FoodApple - - id: DrinkWaterBottleFull - - id: FoodCarrot - - id: PaperWrittenNoteFromMumHealthy - prob: 0.1 - -- type: entity - parent: LunchboxGeneric - id: LunchboxGenericFilledUnhealthy - suffix: Filled, Unhealthy - name: pre-packed lunchbox - description: Packed with love. - components: - - type: StorageFill - contents: - - id: FoodPizzaArnoldSlice - amount: 2 - - id: DrinkCartonOrange - - id: FoodSnackCheesie - orGroup: UnhealthySnack - prob: 0.25 - - id: FoodSnackChocolate - orGroup: UnhealthySnack - prob: 0.25 - - id: PaperWrittenNoteFromMumUnhealthy - prob: 0.1 - -- type: entity - parent: LunchboxGeneric - id: LunchboxCommand - suffix: Command - components: - - type: Sprite - layers: - - state: command - - state: command-open - map: [ "openLayer" ] - - type: Item - heldPrefix: command - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxCommandFilledRandom - suffix: Command, Filled, Random - components: - - type: Sprite - layers: - - state: command - - state: command-open - map: [ "openLayer" ] - - type: Item - heldPrefix: command - -- type: entity - parent: LunchboxGeneric - id: LunchboxSecurity - suffix: Security - components: - - type: Sprite - layers: - - state: security - - state: security-open - map: [ "openLayer" ] - - type: Item - heldPrefix: security - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxSecurityFilledRandom - suffix: Security, Filled, Random - components: - - type: Sprite - layers: - - state: security - - state: security-open - map: [ "openLayer" ] - - type: Item - heldPrefix: security - -- type: entity - parent: LunchboxGeneric - id: LunchboxMedical - suffix: Medical - components: - - type: Sprite - layers: - - state: medical - - state: medical-open - map: [ "openLayer" ] - - type: Item - heldPrefix: medical - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxMedicalFilledRandom - suffix: Medical, Filled, Random - components: - - type: Sprite - layers: - - state: medical - - state: medical-open - map: [ "openLayer" ] - - type: Item - heldPrefix: medical - -- type: entity - parent: LunchboxGeneric - id: LunchboxLogistics - suffix: Logistics - components: - - type: Sprite - layers: - - state: logistics - - state: logistics-open - map: [ "openLayer" ] - - type: Item - heldPrefix: logistics - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxLogisticsFilledRandom - suffix: Logistics, Filled, Random - components: - - type: Sprite - layers: - - state: logistics - - state: logistics-open - map: [ "openLayer" ] - - type: Item - heldPrefix: logistics - -- type: entity - parent: LunchboxGeneric - id: LunchboxEngineering - suffix: Engineering - components: - - type: Sprite - layers: - - state: engineering - - state: engineering-open - map: [ "openLayer" ] - - type: Item - heldPrefix: engineering - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxEngineeringFilledRandom - suffix: Engineering, Filled, Random - components: - - type: Sprite - layers: - - state: engineering - - state: engineering-open - map: [ "openLayer" ] - - type: Item - heldPrefix: engineering - -- type: entity - parent: LunchboxGeneric - id: LunchboxEpistemics - suffix: Epistemics - components: - - type: Sprite - layers: - - state: epistemics - - state: epistemics-open - map: [ "openLayer" ] - - type: Item - heldPrefix: epistemics - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxEpistemicsFilledRandom - suffix: Epistemics, Filled, Random - components: - - type: Sprite - layers: - - state: epistemics - - state: epistemics-open - map: [ "openLayer" ] - - type: Item - heldPrefix: epistemics - - -- type: entity - parent: LunchboxGeneric - id: LunchboxService - suffix: Service - components: - - type: Sprite - layers: - - state: service - - state: service-open - map: [ "openLayer" ] - - type: Item - heldPrefix: service - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxServiceFilledRandom - suffix: Service, Filled, Random - components: - - type: Sprite - layers: - - state: service - - state: service-open - map: [ "openLayer" ] - - type: Item - heldPrefix: service - -- type: entity - parent: LunchboxGeneric - id: LunchboxSyndicate - suffix: Syndicate - components: - - type: Sprite - layers: - - state: syndicate - - state: syndicate-open - map: [ "openLayer" ] - - type: Item - heldPrefix: syndicate - -- type: entity - parent: LunchboxGenericFilledRandom - id: LunchboxSyndicateFilledRandom - suffix: Syndicate, Filled, Random - components: - - type: Sprite - layers: - - state: syndicate - - state: syndicate-open - map: [ "openLayer" ] - - type: Item - heldPrefix: syndicate diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-left.png deleted file mode 100644 index 86b16b5a781..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-right.png deleted file mode 100644 index 5cd17b0e6d9..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-open.png deleted file mode 100644 index 34efb4dd633..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command.png deleted file mode 100644 index 0d5d0bfa229..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/command.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png deleted file mode 100644 index 194981597a5..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png deleted file mode 100644 index 1a52ca2ebf6..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-open.png deleted file mode 100644 index 950bc8304f4..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering.png deleted file mode 100644 index a5a197b7b0c..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/engineering.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png deleted file mode 100644 index dad73747e8f..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png deleted file mode 100644 index 4388f7839d8..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-open.png deleted file mode 100644 index 14cb5417f67..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics.png deleted file mode 100644 index e3ebd39ca85..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/epistemics.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png deleted file mode 100644 index 7436ccc5129..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png deleted file mode 100644 index f41664fe885..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-open.png deleted file mode 100644 index dda397af9b6..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic.png deleted file mode 100644 index 8d7f88baee1..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/generic.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png deleted file mode 100644 index 81f03493d38..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png deleted file mode 100644 index 23b89a07dfc..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-open.png deleted file mode 100644 index fc001d591cc..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics.png deleted file mode 100644 index 5db3289dd0b..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/logistics.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png deleted file mode 100644 index c961f024dad..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png deleted file mode 100644 index 51ad78bdcbe..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-open.png deleted file mode 100644 index 5b6e804ab24..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical.png deleted file mode 100644 index 44a90acec04..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/medical.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json deleted file mode 100644 index 3a1567e3edd..00000000000 --- a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "version":1, - "license":"CC-BY-SA-3.0", - "copyright":"made by noctyrnal (github) from the honkbox sprite made by brainfood1183 (github)", - "size":{ - "x":32, - "y":32 - }, - "states":[ - { - "name":"command" - }, - { - "name":"command-open" - }, - { - "name":"command-inhand-left", - "directions":4 - }, - { - "name":"command-inhand-right", - "directions":4 - }, - { - "name":"engineering" - }, - { - "name":"engineering-open" - }, - { - "name":"engineering-inhand-left", - "directions":4 - }, - { - "name":"engineering-inhand-right", - "directions":4 - }, - { - "name":"epistemics" - }, - { - "name":"epistemics-open" - }, - { - "name":"epistemics-inhand-left", - "directions":4 - }, - { - "name":"epistemics-inhand-right", - "directions":4 - }, - { - "name":"generic" - }, - { - "name":"generic-open" - }, - { - "name":"generic-inhand-left", - "directions":4 - }, - { - "name":"generic-inhand-right", - "directions":4 - }, - { - "name":"logistics" - }, - { - "name":"logistics-open" - }, - { - "name":"logistics-inhand-left", - "directions":4 - }, - { - "name":"logistics-inhand-right", - "directions":4 - }, - { - "name":"medical" - }, - { - "name":"medical-open" - }, - { - "name":"medical-inhand-left", - "directions":4 - }, - { - "name":"medical-inhand-right", - "directions":4 - }, - { - "name":"security" - }, - { - "name":"security-open" - }, - { - "name":"security-inhand-left", - "directions":4 - }, - { - "name":"security-inhand-right", - "directions":4 - }, - { - "name":"service" - }, - { - "name":"service-open" - }, - { - "name":"service-inhand-left", - "directions":4 - }, - { - "name":"service-inhand-right", - "directions":4 - }, - { - "name":"syndicate" - }, - { - "name":"syndicate-open" - }, - { - "name":"syndicate-inhand-left", - "directions":4 - }, - { - "name":"syndicate-inhand-right", - "directions":4 - } - ] -} diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-left.png deleted file mode 100644 index 269099c8fa3..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-right.png deleted file mode 100644 index ec7cdef08ba..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-open.png deleted file mode 100644 index 496848d0e84..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security.png deleted file mode 100644 index a4da12b8d9c..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/security.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-left.png deleted file mode 100644 index 550ed30daba..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-right.png deleted file mode 100644 index bbf16c764bd..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-open.png deleted file mode 100644 index 7184161315a..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service.png deleted file mode 100644 index 80db2c562c1..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/service.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png deleted file mode 100644 index 4d64d2f5080..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-left.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png deleted file mode 100644 index aac2e633c55..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-inhand-right.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-open.png deleted file mode 100644 index e6bec8b4e9e..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate-open.png and /dev/null differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate.png deleted file mode 100644 index 56bd7657ace..00000000000 Binary files a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/syndicate.png and /dev/null differ