diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index fb36820054..9ccde23ffe 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -201,13 +201,13 @@ "You feel your %belly beginning to become active!") var/list/digest_chance_messages_prey = list( - "In response to your struggling, %owner's %belly begins to get more active...") + "In response to your struggling, %pred's %belly begins to get more active...") var/list/absorb_chance_messages_owner = list( "You feel your %belly start to cling onto its contents...") var/list/absorb_chance_messages_prey = list( - "In response to your struggling, %owner's %belly begins to cling more tightly...") + "In response to your struggling, %pred's %belly begins to cling more tightly...") var/list/digest_messages_owner = list( "You feel %prey's body succumb to your digestive system, which breaks it apart into soft slurry.",