From 2e5479baeead265f7e01f39636bbe8a9fe67b0fb Mon Sep 17 00:00:00 2001 From: Blazeror <154933882+Blazeror@users.noreply.github.com> Date: Sat, 30 Dec 2023 20:12:12 +0100 Subject: [PATCH] Fixes pinpoints so they use the correct sprite. (#23236) Fixed sprites displaying for pinpointers --- .../Entities/Objects/Devices/pinpointer.yml | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml index a30f96b96b..f5e46bbf54 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pinpointer.yml @@ -54,6 +54,9 @@ id: PinpointerSyndicateNuclear parent: PinpointerBase components: + - type: Sprite + layers: + - state: pinpointer-syndicate - type: Icon state: pinpointer-syndicate - type: Pinpointer @@ -66,11 +69,14 @@ id: PinpointerUniversal parent: PinpointerBase components: - - type: Icon - state: pinpointer-way - - type: Pinpointer - updateTargetName: true - canRetarget: true + - type: Sprite + layers: + - state: pinpointer-way + - type: Icon + state: pinpointer-way + - type: Pinpointer + updateTargetName: true + canRetarget: true - type: entity parent: PinpointerBase @@ -79,8 +85,11 @@ id: PinpointerStation suffix: Station components: + - type: Sprite + layers: + - state: pinpointer-station - type: Icon state: pinpointer-station - type: Pinpointer component: BecomesStation - targetName: the station \ No newline at end of file + targetName: the station -- 2.51.2