Browse Source

Pronoun

master
Noëlle 4 years ago
parent
commit
d10456390c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py View File

self.fullProblem += "a " self.fullProblem += "a "
self.fullProblem += self.problem["name"] self.fullProblem += self.problem["name"]
if self.problem["hasMinion"]: if self.problem["hasMinion"]:
self.fullProblem += " and its minion, "
self.fullProblem += " and their minion, "
# if self.secProblem["name"][0].lower() in ["a","e","i","o","u"]: # if self.secProblem["name"][0].lower() in ["a","e","i","o","u"]:
# self.fullProblem += "an " # self.fullProblem += "an "
# else: # else:

Loading…
Cancel
Save