From: Blazeror <154933882+Blazeror@users.noreply.github.com> Date: Sat, 30 Dec 2023 19:12:12 +0000 (+0100) Subject: Fixes pinpoints so they use the correct sprite. (#23236) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2e5479baeead265f7e01f39636bbe8a9fe67b0fb;p=space-station-14.git Fixes pinpoints so they use the correct sprite. (#23236) Fixed sprites displaying for pinpointers --- 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