mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Nerf charging time of all frontier phasers
-Nerfed charge time of all phasers by dividing phase_power by 8
This commit is contained in:
@@ -185,7 +185,7 @@
|
|||||||
break
|
break
|
||||||
playsound(src,'sound/items/change_drill.ogg',25,1)
|
playsound(src,'sound/items/change_drill.ogg',25,1)
|
||||||
user.hud_used.update_ammo_hud(user, src)
|
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
|
break
|
||||||
|
|
||||||
recharging = 0
|
recharging = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user