how did i fuck that up

This commit is contained in:
timothyteakettle
2020-06-16 00:34:28 +01:00
parent 35aa1c4520
commit 002fa1da1d
3 changed files with 14 additions and 4 deletions

View File

@@ -1108,7 +1108,7 @@
block_slowdown = 2
// no attacking while blocking
block_lock_attacking = TRUE
parry_time_windup = 1
parry_time_active = 5
parry_time_spindown = 0

View File

@@ -406,7 +406,7 @@
if(PROJECTILE_RICOCHET_YES)
var/chance = ricochet_chance * A.ricochet_chance_mod
if(firer && HAS_TRAIT(firer, TRAIT_NICE_SHOT))
chance += NICE_SHOT_RICOCHET_BONUS
chance += NICE_SHOT_RICOCHET_BONUS
if(prob(chance))
return TRUE
else