diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/clerk.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/clerk.yml index 9e48c28c706..eb7dda0d441 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/clerk.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/clerk.yml @@ -11,4 +11,5 @@ - id: BoxEncryptionKeyJustice - id: ClerkIDCard - id: RubberStampNotary + - id: LunchboxJusticeFilledRandom diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml index 26f23b23afe..b60063022c3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml @@ -410,3 +410,29 @@ map: [ "openLayer" ] - type: Item heldPrefix: syndicate + +- type: entity + parent: LunchboxGeneric + id: LunchboxJustice + suffix: Justice + components: + - type: Sprite + layers: + - state: justice + - state: justice-open + map: [ "openLayer" ] + - type: Item + heldPrefix: justice + +- type: entity + parent: LunchboxGenericFilledRandom + id: LunchboxJusticeFilledRandom + suffix: Justice, Filled, Random + components: + - type: Sprite + layers: + - state: justice + - state: justice-open + map: [ "openLayer" ] + - type: Item + heldPrefix: justice diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png new file mode 100644 index 00000000000..7965e4e2bc3 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png new file mode 100644 index 00000000000..3c8a5af87ef Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-open.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-open.png new file mode 100644 index 00000000000..6c5ee610a0a Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice-open.png differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice.png b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice.png new file mode 100644 index 00000000000..9a2075e9c38 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/justice.png differ diff --git a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json index 3a1567e3edd..1ebf21c76df 100644 --- a/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json @@ -1,7 +1,7 @@ { "version":1, "license":"CC-BY-SA-3.0", - "copyright":"made by noctyrnal (github) from the honkbox sprite made by brainfood1183 (github)", + "copyright":"made by noctyrnal (github) from the honkbox sprite made by brainfood1183 (github), justice lunchboxes edited from the generic lunchbox by Monotheonist", "size":{ "x":32, "y":32 @@ -132,6 +132,20 @@ { "name":"syndicate-inhand-right", "directions":4 + }, + { + "name":"justice" + }, + { + "name":"justice-open" + }, + { + "name":"justice-inhand-left", + "directions":4 + }, + { + "name":"justice-inhand-right", + "directions":4 } ] }