From 19a4dc1dc72e1b7314302f4c6b572f707cfe8eea Mon Sep 17 00:00:00 2001 From: Konabird Date: Fri, 9 Mar 2018 20:18:01 -0600 Subject: [PATCH] Fixes Rischi's egg implant --- code/modules/vore/fluffstuff/custom_items_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 0792ca19fa..61fe99e3a2 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1037,7 +1037,7 @@ rimplant = I break if (rimplant) - if(rimplant.reagents.total_volume <= rimplant.transfer_amount) + if(rimplant.reagents.total_volume < rimplant.transfer_amount) to_chat(src, "[pick(rimplant.empty_message)]") return