From 960174acc5f90e6735f877d1715db699878814e6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 10 Sep 2025 13:42:33 +0200 Subject: [PATCH] Fix RGB staff not working (#40258) Add missing `TargetAction` to `ActionRgbLight` This fixes the RGB staff not working. --- Resources/Prototypes/Magic/staves.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Magic/staves.yml b/Resources/Prototypes/Magic/staves.yml index 97ca55e066..424dfea339 100644 --- a/Resources/Prototypes/Magic/staves.yml +++ b/Resources/Prototypes/Magic/staves.yml @@ -70,6 +70,7 @@ parent: BaseAction id: ActionRgbLight components: + - type: TargetAction - type: EntityTargetAction whitelist: { components: [ PointLight ] } event: !type:ChangeComponentsSpellEvent -- 2.51.2