Skip to content

Commit

Permalink
fixed vitiligo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinch-Bug committed Dec 20, 2024
1 parent 483b60b commit 6cb8b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cat/genotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, spec=None):
self.white = ["w", "w"]
self.whitegrade = randint(1, 5)
self.white_pattern = [None]
self.vitiligo = False
self.vitiligo = True
self.deaf = False
self.fevercoat = False
self.pointgene = ["C", "C"]
Expand Down

0 comments on commit 6cb8b42

Please sign in to comment.