From a51070d19246cf285db1f9c5a9adc37569961a9e Mon Sep 17 00:00:00 2001 From: Rykka Date: Sat, 31 Aug 2019 14:34:00 -0600 Subject: [PATCH] Fix var/phase_power defined twice --- 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 249a1e7717f..33848e5778b 100644 --- a/code/modules/vore/fluffstuff/custom_guns_vr.dm +++ b/code/modules/vore/fluffstuff/custom_guns_vr.dm @@ -843,7 +843,7 @@ icon = 'icons/obj/gun_vr.dmi' icon_state = "holdoutkill" item_state = null - var/phase_power = 100 + phase_power = 100 w_class = ITEMSIZE_SMALL charge_cost = 600