Quellcode durchsuchen

Missing space

master
Noëlle vor 3 Jahren
Ursprung
Commit
c6af9860ec
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py Datei anzeigen

@@ -745,7 +745,7 @@ class Campaign:
st = ["Order:", "Chaos:", "Brains:", "Body:"]
cst = ", ".join([" ".join(y) for y in list(zip(st, [str(x) for x in self.params.problem["stats"]]))])
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:
oops = ""
mission = oops + self.params.mission

Laden…
Abbrechen
Speichern