diff --git a/code/modules/vore/eating/belly_vr.dm b/code/modules/vore/eating/belly_vr.dm
index 0098f362d0..92ebbf1b37 100644
--- a/code/modules/vore/eating/belly_vr.dm
+++ b/code/modules/vore/eating/belly_vr.dm
@@ -423,9 +423,9 @@
if(TL != null)
B.internal_contents -= R
T.internal_contents += R
- R << "Your attempt to escape [name] has failed and your struggles only results in you sliding into [owner]'s [transferlocation]"
- owner << "Someone slid into your [transferlocation] due to their struggling inside your [name]!"
- return
+ R << "Your attempt to escape [name] has failed and your struggles only results in you sliding into [owner]'s [transferlocation]"
+ owner << "Someone slid into your [transferlocation] due to their struggling inside your [name]!"
+ return
else if(prob(absorbchance)) //After that, let's have it run the absorb chance.
R << "In responce to your struggling, \the [name] begins to get more active..."