From 652c70f044a3a4fcbf2c2b1eb741cb0c718148d2 Mon Sep 17 00:00:00 2001 From: killer653 Date: Mon, 12 Dec 2016 22:34:27 -0500 Subject: [PATCH] One last fix until tomorrow --- code/modules/vore/eating/belly_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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..."