From d22257710e1ad29bb225259d487e59d10226b032 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:59:41 +0100 Subject: [PATCH] change rel name to read prefernce (#19230) --- code/modules/vore/eating/exportpanel_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/exportpanel_vr.dm b/code/modules/vore/eating/exportpanel_vr.dm index 9b38912320a..da04b6e9f24 100644 --- a/code/modules/vore/eating/exportpanel_vr.dm +++ b/code/modules/vore/eating/exportpanel_vr.dm @@ -29,7 +29,7 @@ data["db_version"] = "0.3" data["db_repo"] = "vorestation" - data["mob_name"] = host.real_name + data["mob_name"] = host.read_preference(/datum/preference/name/real_name) for(var/belly in host.vore_organs) if(isbelly(belly))