Crayon boxes get white crayons (#22553)

This commit is contained in:
Ubaser
2023-12-16 14:20:39 +11:00
committed by GitHub
parent 450fb4b745
commit 57c6e503d1
11 changed files with 10 additions and 2 deletions

View File

@@ -236,7 +236,7 @@
state: box
- type: Storage
grid:
- 0,0,6,0
- 0,0,7,0
maxItemSize: Tiny
- type: Item
sprite: Objects/Fun/crayons.rsi
@@ -251,6 +251,7 @@
- id: CrayonBlue
- id: CrayonPurple
- id: CrayonBlack
- id: CrayonWhite
- type: ItemMapper
mapLayers:
black_box:
@@ -281,4 +282,8 @@
whitelist:
tags:
- CrayonYellow
white_box:
whitelist:
tags:
- CrayonWhite
- type: Appearance

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
"copyright": "Taken from tgstation and modified by Swept at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, tweaked by Ubaser",
"size": {
"x": 32,
"y": 32
@@ -148,6 +148,9 @@
},
{
"name": "blue_box"
},
{
"name": "white_box"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 1.1 KiB