Skip to content

Commit

Permalink
fixed pseudo-cinnamon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinch-Bug committed Dec 26, 2024
1 parent d08f090 commit ee88346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cat/phenotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,12 +767,12 @@ def FindRed(self, genes, moons, special = None):
unders_opacity = self.GetRedUnders(banding)
colour = colour + rufousing + banding + "0"

if(genes.specialred in ['blue-red', 'cinnamon']) or special == 'blue-tipped':
if(genes.specialred in ['blue-red', 'pseudo-cinnamon']) or special == 'blue-tipped':
colour = colour.replace('cream', 'lilac')
colour = colour.replace('red', 'blue')
colour = colour.replace('honey', 'dove')
colour = colour.replace('ivory', 'lavender')
if(genes.specialred == 'cinnamon'):
if(genes.specialred == 'pseudo-cinnamon'):
if('red' in maincolour):
maincolour = 'cinnamon3'
elif('cream' in maincolour or maincolour == 'apricot'):
Expand Down

0 comments on commit ee88346

Please sign in to comment.