diff --git a/code/modules/vore/fluffstuff/custom_guns_vr.dm b/code/modules/vore/fluffstuff/custom_guns_vr.dm
index 33848e5778b..9f1d5504272 100644
--- a/code/modules/vore/fluffstuff/custom_guns_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm
@@ -762,7 +762,7 @@
user.visible_message("[user] opens \the [src] and starts pumping the handle.", \
"You open \the [src] and start pumping the handle.")
while(recharging)
- if(!do_after(user, 10, src, ignore_movement = TRUE))
+ 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)