Explorar el Código

Fix article

master
Noëlle hace 3 años
padre
commit
d7af8c1180
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py Ver fichero

@@ -89,7 +89,7 @@ class Plot:
if self.problem["needsName"]:
self.problem["givenname"] = probName if probName != None else gen_name()
self.fullProblem += self.problem["givenname"] + ", "
if not self.problem["isPlural"] and self.problem["name"].split(" ")[0] != "Old":
if not self.problem["isPlural"] and self.problem["name"].split(" ")[0] not in ["Old", "Pev"]:
if self.problem["name"][0].lower() in ["a","e","i","o","u"]:
self.fullProblem += "an "
else:

Cargando…
Cancelar
Guardar