From e53236fddf818345980b49cfa3dd345c7f22e203 Mon Sep 17 00:00:00 2001 From: chuga-git <98280110+chuga-git@users.noreply.github.com> Date: Fri, 7 Jun 2024 08:00:29 -0500 Subject: [PATCH] may god have mercy on my soul (#25843) --- code/__HELPERS/mob_helpers.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/__HELPERS/mob_helpers.dm b/code/__HELPERS/mob_helpers.dm index 30c2693a643..3aa5f438782 100644 --- a/code/__HELPERS/mob_helpers.dm +++ b/code/__HELPERS/mob_helpers.dm @@ -189,6 +189,10 @@ return min(max(. + rand(-25, 25), -185), 34) else if(species == "Vox") . = rand(1, 6) + else if(species == "Nian") + . = rand(1, 4) + else + . = 1 /proc/skintone2racedescription(tone, species = "Human") if(species == "Human")