Holographic projectors can be put into respective belts (#12425)

This commit is contained in:
Interrobang01
2022-12-06 15:17:21 -08:00
committed by GitHub
parent 142ad49d75
commit 74ab589031
3 changed files with 16 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
- CableCoil - CableCoil
- CigPack - CigPack
- Radio - Radio
- HolofanProjector
components: components:
- AirlockPainter - AirlockPainter
- SignalLinker - SignalLinker
@@ -87,6 +88,7 @@
- JawsOfLife - JawsOfLife
- CigPack - CigPack
- Radio - Radio
- HolofanProjector
components: components:
- AirlockPainter - AirlockPainter
- SignalLinker - SignalLinker
@@ -188,6 +190,8 @@
- Flashlight - Flashlight
- CigPack - CigPack
- TrashBag - TrashBag
- WetFloorSign
- HolosignProjector
components: components:
- LightReplacer - LightReplacer
- type: ItemMapper - type: ItemMapper

View File

@@ -22,6 +22,9 @@
sprite: Objects/Devices/Holoprojectors/custodial.rsi sprite: Objects/Devices/Holoprojectors/custodial.rsi
state: icon state: icon
netsync: false netsync: false
- type: Tag
tags:
- HolosignProjector
- type: entity - type: entity
parent: Holoprojector parent: Holoprojector
@@ -36,5 +39,8 @@
sprite: Objects/Devices/Holoprojectors/atmos.rsi sprite: Objects/Devices/Holoprojectors/atmos.rsi
state: icon state: icon
netsync: false netsync: false
- type: Tag
tags:
- HolofanProjector
- type: StaticPrice - type: StaticPrice
price: 80 price: 80

View File

@@ -279,6 +279,12 @@
- type: Tag - type: Tag
id: Hoe id: Hoe
- type: Tag
id: HolofanProjector
- type: Tag
id: HolosignProjector
- type: Tag #Drop this innate tool instead of deleting it. - type: Tag #Drop this innate tool instead of deleting it.
id: InnateDontDelete id: InnateDontDelete