diff --git a/code/_helpers/mobs.dm b/code/_helpers/mobs.dm index da295a727a..535cc9b58a 100644 --- a/code/_helpers/mobs.dm +++ b/code/_helpers/mobs.dm @@ -44,6 +44,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] @@ -63,6 +65,8 @@ continue if(gender == FEMALE && S.gender == MALE) continue + if(S.name == DEVELOPER_WARNING_NAME) + continue if( !(species in S.species_allowed)) continue