random styles shouldn't roll dev forbidden names (#18089)

This commit is contained in:
Will
2025-07-28 04:34:03 +02:00
committed by GitHub
parent ced862cae1
commit 54ffad93a9
+4
View File
@@ -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