diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/fireball.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/fireball.yml index 68f21bc6ef..b2606a5e10 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/fireball.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/fireball.yml @@ -30,6 +30,7 @@ state: fireball event: !type:CP14DelayedWorldTargetActionEvent delay: 3 + breakOnMove: false - type: entity id: CP14RuneFireball diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/flame_creation.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/flame_creation.yml index b73ec9b4e6..7b6a5b9174 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/flame_creation.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/flame_creation.yml @@ -28,6 +28,7 @@ state: flame_creation event: !type:CP14DelayedInstantActionEvent delay: 1 + breakOnMove: false - type: entity id: CP14RuneFlameCreation diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_dagger.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_dagger.yml index a6ab8980b9..3698e7e657 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_dagger.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_dagger.yml @@ -25,6 +25,7 @@ state: ice_dagger event: !type:CP14DelayedInstantActionEvent delay: 0.5 + breakOnMove: false - type: entity id: CP14RuneIceDagger diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_shards.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_shards.yml index fda1b15879..95b2cab50b 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_shards.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/ice_shards.yml @@ -27,6 +27,7 @@ state: ice_shards event: !type:CP14DelayedWorldTargetActionEvent delay: 0.5 + breakOnMove: false - type: entity id: CP14RuneIceShards diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/shadow_step.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/shadow_step.yml index 2d88e9cc7b..36256346e5 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/shadow_step.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/shadow_step.yml @@ -9,16 +9,15 @@ - !type:CP14SpellSpawnEntityOnTarget spawns: - CP14ImpactEffectShadowStep - - !type:CP14SpellSpawnEntityOnUser - spawns: - - CP14ImpactEffectShadowStep effects: - !type:CP14SpellCasterTeleport + - type: CP14MagicEffectCastingVisual + proto: CP14ImpactEffectShadowStep - type: CP14MagicEffectSomaticAspect - type: WorldTargetAction useDelay: 10 range: 7 - checkCanAccess: true + checkCanAccess: false itemIconStyle: BigAction sound: !type:SoundPathSpecifier path: /Audio/Magic/rumble.ogg @@ -28,6 +27,7 @@ event: !type:CP14DelayedWorldTargetActionEvent delay: 1 hidden: true + breakOnMove: false - type: entity id: CP14ImpactEffectShadowStep