Przeglądaj źródła

Change wording

master
Noëlle 4 lat temu
rodzic
commit
4f24bf8215
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py Wyświetl plik

else: else:
cl2 = "Battlefield on a " + cl2p cl2 = "Battlefield on a " + cl2p
if cm == "Reroll": if cm == "Reroll":
cm = "The kobolds weren't paying attention, so don't tell them, but it's " + r.choice(miss[:-1])
cm = "The kobolds weren't paying attention, so don't tell them, but they're supposed to " + r.choice(miss[:-1])
if cp == "Reroll": if cp == "Reroll":
cp = "A Floating Brain Monster and its servitor " + r.choice(prob[:-1]) cp = "A Floating Brain Monster and its servitor " + r.choice(prob[:-1])
return [cl1, cl2, cm, cp] return [cl1, cl2, cm, cp]

Ładowanie…
Anuluj
Zapisz