From 54ffad93a93fe8bf7c45cb15228fbc5e3654dd3f Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Sun, 27 Jul 2025 22:34:03 -0400 Subject: [PATCH] random styles shouldn't roll dev forbidden names (#18089) --- code/_helpers/mobs.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/_helpers/mobs.dm b/code/_helpers/mobs.dm index a2f135e1a5c..787b08c88f8 100644 --- a/code/_helpers/mobs.dm +++ b/code/_helpers/mobs.dm @@ -45,6 +45,8 @@ continue if(gender == FEMALE && S.gender == MALE) continue + if(S.name == DEVELOPER_WARNING_NAME) + continue if( !(species in S.species_allowed)) continue valid_hairstyles[hairstyle] = GLOB.hair_styles_list[hairstyle] @@ -64,6 +66,8 @@ continue if(gender == FEMALE && S.gender == MALE) continue + if(S.name == DEVELOPER_WARNING_NAME) + continue if( !(species in S.species_allowed)) continue