Skip to content

Commit

Permalink
Packing Justice's lunch (#2111)
Browse files Browse the repository at this point in the history
* Pack justice a lunch.

* Did you know the clerk's the only one with a custom locker

* pro
  • Loading branch information
Monotheonist authored Nov 7, 2024
1 parent 91afa8f commit 5c9edab
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
- id: BoxEncryptionKeyJustice
- id: ClerkIDCard
- id: RubberStampNotary
- id: LunchboxJusticeFilledRandom

Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion Resources/Textures/DeltaV/Objects/Storage/lunchbox.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}
]
}

0 comments on commit 5c9edab

Please sign in to comment.