Skip to content

Commit

Permalink
fixed pseudo-cinnamon and blue pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinch-Bug committed Jul 28, 2024
1 parent 764f732 commit eb3eeeb
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -701,12 +701,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 = 'cinnamon'
elif('cream' in maincolour or maincolour == 'apricot'):
Expand Down
Binary file modified sprites/genemod/break white/left no.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb3eeeb

Please sign in to comment.