mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
70a2bd7369
commit
253a38487e
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user