[MIRROR] random styles shouldn't roll dev forbidden names (#11260)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-27 20:16:04 -07:00
committed by GitHub
parent 70a2bd7369
commit 253a38487e

View File

@@ -44,6 +44,8 @@
continue continue
if(gender == FEMALE && S.gender == MALE) if(gender == FEMALE && S.gender == MALE)
continue continue
if(S.name == DEVELOPER_WARNING_NAME)
continue
if( !(species in S.species_allowed)) if( !(species in S.species_allowed))
continue continue
valid_hairstyles[hairstyle] = GLOB.hair_styles_list[hairstyle] valid_hairstyles[hairstyle] = GLOB.hair_styles_list[hairstyle]
@@ -63,6 +65,8 @@
continue continue
if(gender == FEMALE && S.gender == MALE) if(gender == FEMALE && S.gender == MALE)
continue continue
if(S.name == DEVELOPER_WARNING_NAME)
continue
if( !(species in S.species_allowed)) if( !(species in S.species_allowed))
continue continue