diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Earth/MOB_spider_trap.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Earth/MOB_spider_trap.yml index 0e0ab2d3d2..eca9907c77 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Earth/MOB_spider_trap.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Earth/MOB_spider_trap.yml @@ -17,7 +17,7 @@ spawns: - CP14ImpactSpiderTrap - type: Action - cooldown: 20 + useDelay: 20 sound: !type:SoundPathSpecifier path: /Audio/Animals/snake_hiss.ogg icon: diff --git a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Slime/jump.yml b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Slime/jump.yml index a38fac82da..c610f41334 100644 --- a/Resources/Prototypes/_CP14/Entities/Actions/Spells/Slime/jump.yml +++ b/Resources/Prototypes/_CP14/Entities/Actions/Spells/Slime/jump.yml @@ -13,7 +13,7 @@ - !type:CP14SpellThrowUserTo throwPower: 8 - type: Action - cooldown: 8 + useDelay: 8 icon: sprite: _CP14/Actions/Spells/slime.rsi state: jump diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/NPC/ice_ghost.yml b/Resources/Prototypes/_CP14/Entities/Mobs/NPC/ice_ghost.yml index f9eb189aa0..bdd2191dba 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/NPC/ice_ghost.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/NPC/ice_ghost.yml @@ -83,7 +83,7 @@ - type: CP14MagicEffectCastSlowdown speedMultiplier: -2.0 - type: Action - cooldown: 1 + useDelay: 1 - type: TargetAction checkCanAccess: true - type: WorldTargetAction