Belt Appraisal Tools (#14413)

This commit is contained in:
Nairod
2023-03-05 22:23:02 -06:00
committed by GitHub
parent cbf40696af
commit 63889267ef
5 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
- CigPack
- Radio
- HolofanProjector
- AppraisalTool
components:
- AirlockPainter
- SignalLinker
@@ -90,6 +91,7 @@
- CigPack
- Radio
- HolofanProjector
- AppraisalTool
components:
- AirlockPainter
- SignalLinker

View File

@@ -13,3 +13,11 @@
- type: PriceGun
- type: UseDelay
delay: 3
- type: Clothing
sprite: Objects/Tools/appraisal-tool.rsi
quickEquip: false
slots:
- Belt
- type: Tag
tags:
- AppraisalTool

View File

@@ -9,6 +9,9 @@
- type: Tag
id: AirSensor
- type: Tag
id: AppraisalTool
- type: Tag
id: ATVKeys
@@ -625,4 +628,4 @@
id: Write
- type: Tag
id: SubdermalImplant
id: SubdermalImplant

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -8,6 +8,10 @@
"states" : [
{
"name" : "icon"
},
{
"name": "equipped-BELT",
"directions": 4
}
],
"version" : 1