Fix nukies not getting station codes (#31272)

First commit
This commit is contained in:
beck-thompson
2024-08-21 11:53:04 -07:00
committed by GitHub
parent 3ce4f5d39c
commit d44bbec05d
3 changed files with 23 additions and 0 deletions

View File

@@ -275,6 +275,26 @@
components:
- type: NukeCodePaper
- type: entity
id: BoxFolderNuclearCodes
parent: BaseItem
name: nuclear code folder
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: folder-colormap
color: "#cc2323"
- state: folder-base
- state: folder-stamp-inverse
color: "#1dff00"
- type: SpawnItemsOnUse
items:
- id: NukeCodePaper
sound:
path: /Audio/Effects/packetrip.ogg
- type: Appearance
- type: entity
id: BoxFolderBase
parent: BoxBase

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -40,6 +40,9 @@
{
"name": "folder-sec-doc"
},
{
"name": "folder-stamp-inverse"
},
{
"name": "label_cart"
},