Skip to content

Commit

Permalink
Merge pull request #501 from lekeno/2.7.7
Browse files Browse the repository at this point in the history
2.7.7, skipped a beat
  • Loading branch information
lekeno authored Apr 6, 2024
2 parents 39f3321 + 2e31197 commit edaffbc
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 280 deletions.
2 changes: 1 addition & 1 deletion edr/edrsystems.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def __expected_bio_on_planet(self, planet, system_name):
if star_type in ["A", "F", "G", "K", "M", "S"]:
if mean_temperature < 273 and distance_from_parent_star > 12000:
conditions = set(["earthlike", "ammonia", "gasgiantwithwaterbasedlife", "gasgiantwithammoniabasedlife", "watergiant"])
if self.has_planet_type(conditions, system_name):
if self.has_planet_type(system_name, conditions):
self.__maybe_append(species, genuses, _("Crystalline shard"), "crystalline shard", detected_genuses)

if volcanism:
Expand Down
Loading

0 comments on commit edaffbc

Please sign in to comment.