|
|
|
|
|
|
|
|
st = ["Order:", "Chaos:", "Brains:", "Body:"] |
|
|
st = ["Order:", "Chaos:", "Brains:", "Body:"] |
|
|
cst = ", ".join([" ".join(y) for y in list(zip(st, [str(x) for x in self.params.problem["stats"]]))]) |
|
|
cst = ", ".join([" ".join(y) for y in list(zip(st, [str(x) for x in self.params.problem["stats"]]))]) |
|
|
if self.params.oops == 1: |
|
|
if self.params.oops == 1: |
|
|
oops = "...well, they weren't paying attention, so don't tell them, but they're supposed to" |
|
|
|
|
|
|
|
|
oops = "...well, they weren't paying attention, so don't tell them, but they're supposed to " |
|
|
else: |
|
|
else: |
|
|
oops = "" |
|
|
oops = "" |
|
|
mission = oops + self.params.mission |
|
|
mission = oops + self.params.mission |