Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-moon1 authored Sep 23, 2024
1 parent 22f0a03 commit 5cb3411
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 / 12
charge_increase = charge_rate / 6
else if(is_mainship_level(human_holder.z))
charge_increase = charge_rate / 9
charge_increase = charge_rate / 3

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

0 comments on commit 5cb3411

Please sign in to comment.