From 4dad3d93ea7c701e2fb561095d114c945e6dcee8 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 31 Jul 2016 21:02:10 -0400 Subject: [PATCH] Update bellymodes_vr.dm --- code/modules/vore/eating/bellymodes_vr.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/vore/eating/bellymodes_vr.dm b/code/modules/vore/eating/bellymodes_vr.dm index eef5184f0a7..73787eb88ed 100644 --- a/code/modules/vore/eating/bellymodes_vr.dm +++ b/code/modules/vore/eating/bellymodes_vr.dm @@ -318,6 +318,7 @@ Z.species = O.species P << "You lose sensation of your body, feeling only the warmth of everything around you... " owner << "Your body shifts as you make dramatic changes to your captive's body." + P.fixblood() P.update_hair() P.update_body() P.update_tail_showing() @@ -363,6 +364,7 @@ Z.species = O.species P << "You lose sensation of your body, feeling only the warmth around you as you're encased in an egg. " owner << "You shift as you make dramatic changes to your captive's body as you encase them in an egg." + P.fixblood() P.update_hair() P.update_body() P.update_tail_showing() @@ -459,6 +461,7 @@ Z.species = O.species P << "You lose sensation of your body, feeling only the warmth are you as you're encased in an egg. " owner << "You shift as you make dramatic changes to your captive's body as you encase them in an egg." + P.fixblood() P.update_hair() P.update_body() P.update_tail_showing()