Skip to content

Commit

Permalink
bracer buff for predators
Browse files Browse the repository at this point in the history
  • Loading branch information
irakligabunia authored Sep 22, 2024
1 parent b5c59f0 commit 17af6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cm_preds/yaut_bracers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
if(charge < charge_max)
var/charge_increase = charge_rate
if(is_ground_level(human_holder.z))
charge_increase = charge_rate / 6
charge_increase = charge_rate / 12
else if(is_mainship_level(human_holder.z))
charge_increase = charge_rate / 3
charge_increase = charge_rate / 9

charge = min(charge + charge_increase, charge_max)
var/perc_charge = (charge / charge_max * 100)
Expand Down

0 comments on commit 17af6e9

Please sign in to comment.