Skip to content

Commit

Permalink
berserker nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
usnpeepoo committed Apr 7, 2024
1 parent 2210b35 commit 26d6cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
// Configurables
var/base_damage = 25
var/base_punch_damage_synth = 30
var/base_punch_damage_pred = 25
var/base_punch_damage_pred = 30
var/damage_variance = 5
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
carbon.apply_effect(3, SLOW)

if(isyautja(carbon))
carbon.apply_effect(2, SLOW)
damage = rand(base_punch_damage_pred, base_punch_damage_pred + damage_variance)
else if(target_limb.status & (LIMB_ROBOT|LIMB_SYNTHSKIN))
damage = rand(base_punch_damage_synth, base_punch_damage_synth + damage_variance)
Expand Down

0 comments on commit 26d6cbe

Please sign in to comment.