def getRarity(self):
     return FishGlobals.getRarity(self.genus, self.species)
Example #2
0
 def getRarity(self):
     return FishGlobals.getRarity(self.genus, self.species)
Example #3
0
 def getRarity(self):
     """
     Returns the rarity of this fish, based on the genus and species.
     This value is not stored, it is simply looked up in a table.
     """
     return FishGlobals.getRarity(self.genus, self.species)