From 54236f9af28276b5ac010874e7e234968d6c879e Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:14:38 +0100 Subject: [PATCH] bandaids VR for now (#10326) --- modular_chomp/code/modules/mob/dead/observer/observer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_chomp/code/modules/mob/dead/observer/observer.dm b/modular_chomp/code/modules/mob/dead/observer/observer.dm index df5c0a739b..6856f5f7ac 100644 --- a/modular_chomp/code/modules/mob/dead/observer/observer.dm +++ b/modular_chomp/code/modules/mob/dead/observer/observer.dm @@ -45,7 +45,7 @@ S = i break - var/mob/living/carbon/human/avatar = new(get_turf(S), "Virtual Reality Avatar") + var/mob/living/carbon/human/avatar = new(get_turf(S), client.prefs.species) if(!avatar) to_chat(src, "Something went wrong and spawning failed.") return