Merge pull request #15414 from BlueWildrose/wingport

TG wing ports with some Citadel additions. All species can now use the flight potion and grow (unique) wings.
This commit is contained in:
Lin
2022-02-21 00:02:21 +00:00
committed by GitHub
31 changed files with 411 additions and 181 deletions
@@ -380,6 +380,8 @@ GENETICS SCANNER
mutant = TRUE
else if (S.mutantstomach != initial(S.mutantstomach))
mutant = TRUE
else if (S.flying_species != initial(S.flying_species))
mutant = TRUE
msg += "\t<span class='info'>Reported Species: [H.spec_trait_examine_font()][H.dna.custom_species ? H.dna.custom_species : S.name]</font></span>\n"
msg += "\t<span class='info'>Base Species: [H.spec_trait_examine_font()][S.name]</font></span>\n"