Update custom_guns_vr.dm

This commit is contained in:
Novacat
2019-08-31 17:07:30 -04:00
committed by GitHub
parent ae2086b288
commit ca6c795661
@@ -762,7 +762,7 @@
user.visible_message("<span class='notice'>[user] opens \the [src] and starts pumping the handle.</span>", \
"<span class='notice'>You open \the [src] and start pumping the handle.</span>")
while(recharging)
if(!do_after(user, 10, src,))
if(!do_after(user, 10, src))
break
playsound(get_turf(src),'sound/items/change_drill.ogg',25,1)
if(power_supply.give(phase_power) < phase_power)