Nerf charging time of all frontier phasers

-Nerfed charge time of all phasers by dividing phase_power by 8
This commit is contained in:
Razgriz
2023-01-20 18:18:29 -07:00
committed by GitHub
parent 0a20fcd5b7
commit f4bfecb4e3

View File

@@ -185,7 +185,7 @@
break
playsound(src,'sound/items/change_drill.ogg',25,1)
user.hud_used.update_ammo_hud(user, src)
if(power_supply.give(phase_power) < phase_power)
if(power_supply.give(phase_power/8) < phase_power/8) //CHOMP Edit: Nerfed charge time of all phasers by adding /8 in a couple spots to this line
break
recharging = 0