Skip Navigation

New to this, trying to figure this out

perchance.org

Genetic Cat Generator

So, I'm trying to make Lpheno.pheno produce the phenotype under the Furlength

Example: [Furlength] is LL, then the bottom line will be "They are short-furred". If Furlength is ll then it will say "they are long-furred"

However, I'm struggling with making the pheno under the furlength show up.

 
    
Furlength
  LL
    pheno = short
  Ll
    pheno = short
  ll
    pheno = long

  

What am I doing wrong? D: Apologies if this is a dumb question, I have just been struggling for far too long

2 comments