Skip to content

Commit

Permalink
Update slashblade_by_naki.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dstmnaki authored Aug 18, 2024
1 parent e8d98f3 commit a39b214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions expression2/slashblade_project/slashblade_by_naki.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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]
Expand All @@ -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()
}
}
}
Expand Down

0 comments on commit a39b214

Please sign in to comment.