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()