소스 검색

Change wording

master
Noëlle 4 년 전
부모
커밋
4f24bf8215
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py 파일 보기

@@ -58,7 +58,7 @@ def gen_plot():
else:
cl2 = "Battlefield on a " + cl2p
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":
cp = "A Floating Brain Monster and its servitor " + r.choice(prob[:-1])
return [cl1, cl2, cm, cp]

Loading…
취소
저장