From a3d380d09d49c0e6a2d7dde18d5867a77e0286f7 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 4 Mar 2018 17:25:49 -0500 Subject: [PATCH] Fixes a fluff item --- 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 b87b23cd87..39a633341e 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1103,7 +1103,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