From ae2086b288062b09bb63e2927ca2e0e1e0541e6f Mon Sep 17 00:00:00 2001 From: Rykka Date: Sat, 31 Aug 2019 15:01:00 -0600 Subject: [PATCH] Updates as per review. --- code/modules/vore/fluffstuff/custom_guns_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)