From a39b21479995cc7d6ddf99bec8f60aa7ee3a830c Mon Sep 17 00:00:00 2001 From: dstmnaki <138580016+dstmnaki@users.noreply.github.com> Date: Sun, 18 Aug 2024 07:01:55 +0300 Subject: [PATCH] Update slashblade_by_naki.txt --- expression2/slashblade_project/slashblade_by_naki.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expression2/slashblade_project/slashblade_by_naki.txt b/expression2/slashblade_project/slashblade_by_naki.txt index 9bd8565..3c55c9a 100644 --- a/expression2/slashblade_project/slashblade_by_naki.txt +++ b/expression2/slashblade_project/slashblade_by_naki.txt @@ -670,6 +670,8 @@ if(first()){ owner():emitSound("weapons/shovel/shovel_fire.wav",50,100) owner():plyApplyForce(vec(-owner():vel():x()*0.25,-owner():vel():y()*0.25,-owner():vel():z()+500*AirTime)) CoolDown=1.5 + AirTime-=0.05*!owner():isOnGround() + AirTime2=!owner():isOnGround() } break default, @@ -691,6 +693,7 @@ if(first()){ E:plyApplyForce(vec(-E:vel():x()*0.5,-E:vel():y()*0.5,-E:vel():z()+700)) } owner():emitSound("weapons/shovel/shovel_fire.wav",50,100) + AirTime2=1 }else{ Frame=1 AnimationData=Animations["atk_attack_force_edge_01",table] @@ -701,12 +704,9 @@ if(first()){ owner():emitSound("weapons/shovel/shovel_fire.wav",50,100) CoolDown=1 } - } break } - AirTime-=0.05*!owner():isOnGround() - AirTime2=!owner():isOnGround() } } }