Skip to content

Commit

Permalink
Update warrior_abilities.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
usnpeepoo authored Oct 7, 2023
1 parent acb129c commit c8d3752
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

// Configurables
var/fling_distance = 4
var/stun_power = 0
var/weaken_power = 0.5
var/slowdown = 2
var/stun_power = 1
var/weaken_power = 1
var/slowdown = FALSE


// Warrior Lunge
Expand All @@ -40,7 +40,7 @@
xeno_cooldown = 100

// Configurables
var/grab_range = 4
var/grab_range = 6
var/click_miss_cooldown = 15
var/twitch_message_cooldown = 0 //apparently this is necessary for a tiny code that makes the lunge message on cooldown not be spammable, doesn't need to be big so 5 will do.

Expand Down

0 comments on commit c8d3752

Please sign in to comment.