This commit is contained in:
silicons
2021-02-14 03:04:42 -07:00
parent d4f3cf4eaf
commit b3a4fa802b
361 changed files with 498 additions and 509 deletions
@@ -211,11 +211,11 @@
spawn(cooldown)
icon_state = "pointer"
/obj/item/laser_pointer/process()
/obj/item/laser_pointer/process(delta_time)
if(prob(20 - recharge_locked*5))
energy += 1
if(energy >= max_energy)
energy = max_energy
recharging = 0
recharge_locked = 0
..()
..()