From ad0bb36d2c1955c357e319d982d00cf1347c7272 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:08:11 -0700 Subject: [PATCH] [MIRROR] fixed a typo in the vorebelly strings (#7647) --- code/modules/vore/eating/belly_obj_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.",