- def get_engine_cost_points(self):
- # Up to 40 points for power. 1 point per 50hp
- # Power is therefore capped at 2000hp by design, this isn't a hard limit, but raise a warning
- if self.power > 2000:
- utils.echo_message("Consist " + self.id + " has power > 2000hp, which is too much")