diff --git a/Resources/Prototypes/Actions/XenoQeen.yml b/Resources/Prototypes/Actions/XenoQeen.yml index 734c6f47add..b66240889f4 100644 --- a/Resources/Prototypes/Actions/XenoQeen.yml +++ b/Resources/Prototypes/Actions/XenoQeen.yml @@ -1,14 +1,14 @@ # Спавн турелей у королевы - type: entity -id: ActionXenoQeenTurret -name: Create Xeno turret -description: Create an xeno turret in front of you, if placeable there. -components: -- type: InstantAction - priority: -1 - useDelay: 180 - icon: - sprite: Structures/Walls/solid.rsi # Не знаю, что подойдёт - state: full - event: !type:InvisibleWallActionEvent + id: ActionXenoQeenTurret + name: Create Xeno turret + description: Create an xeno turret in front of you, if placeable there. + components: + - type: InstantAction + priority: -1 + useDelay: 180 + icon: + sprite: Structures/Walls/solid.rsi # Не знаю, что подойдёт + state: full + event: !type:InvisibleWallActionEvent # Я не смог сделать отдельный ивент для спавнта турели. Он не видел прототип ивента. \ No newline at end of file