From 74ab589031e7f8c42f40c15f5050a31c23b0a611 Mon Sep 17 00:00:00 2001 From: Interrobang01 <113810873+Interrobang01@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:17:21 -0800 Subject: [PATCH] Holographic projectors can be put into respective belts (#12425) --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 4 ++++ .../Prototypes/Entities/Objects/Devices/holoprojectors.yml | 6 ++++++ Resources/Prototypes/tags.yml | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 78a4753a57..a708bb885b 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -24,6 +24,7 @@ - CableCoil - CigPack - Radio + - HolofanProjector components: - AirlockPainter - SignalLinker @@ -87,6 +88,7 @@ - JawsOfLife - CigPack - Radio + - HolofanProjector components: - AirlockPainter - SignalLinker @@ -188,6 +190,8 @@ - Flashlight - CigPack - TrashBag + - WetFloorSign + - HolosignProjector components: - LightReplacer - type: ItemMapper diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index cf74cb4b38..b1005afbc0 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -22,6 +22,9 @@ sprite: Objects/Devices/Holoprojectors/custodial.rsi state: icon netsync: false + - type: Tag + tags: + - HolosignProjector - type: entity parent: Holoprojector @@ -36,5 +39,8 @@ sprite: Objects/Devices/Holoprojectors/atmos.rsi state: icon netsync: false + - type: Tag + tags: + - HolofanProjector - type: StaticPrice price: 80 diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 63b7c08e69..a3a9090c29 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -279,6 +279,12 @@ - type: Tag id: Hoe +- type: Tag + id: HolofanProjector + +- type: Tag + id: HolosignProjector + - type: Tag #Drop this innate tool instead of deleting it. id: InnateDontDelete