Lines Matching refs:max_wear
253 def worn(self, max_wear, *, argument
263 return self.wear / max(max_wear, len(wear_chars))
265 def draw(self, max_wear, char=None, *, argument
310 max_wear,
461 max_wear = None
463 max_wear = max(b.wear for b in self.blocks)
514 and wear and b.worn(max_wear, **args) >= 0.7)):
518 max_wear,
538 and wear and b.worn(max_wear, **args) >= 0.7)):
542 max_wear,
553 max_wear,