From: Stefano Pigozzi Date: Wed, 10 Sep 2025 11:42:33 +0000 (+0200) Subject: Fix RGB staff not working (#40258) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=960174acc5f90e6735f877d1715db699878814e6;p=space-station-14.git Fix RGB staff not working (#40258) Add missing `TargetAction` to `ActionRgbLight` This fixes the RGB staff not working. --- 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