Module:CryptogullJrOld: Difference between revisions

m
no edit summary
(refactoring, beta compat)
mNo edit summary
Line 20: Line 20:
             classcalled = "Caste: "
             classcalled = "Caste: "
             extname = "Implants: "
             extname = "Implants: "
             subtype = p.TrueKinSubtype(subtypeC)
             subtype = decode.TrueKinSubtype(subtypeC)
         elseif (genotypeC == 'b') then
         elseif (genotypeC == 'b') then
             genotype = "Mutated Human"
             genotype = "Mutated Human"
             classcalled = "Calling: "
             classcalled = "Calling: "
             extname = "Mutations: "
             extname = "Mutations: "
             subtype = p.MutantSubtype(subtypeC)
             subtype = decode.MutantSubtype(subtypeC)
         else
         else
             error("The genotype code " .. genotypeC .. " does not exist!", 0)
             error("The genotype code " .. genotypeC .. " does not exist!", 0)