Browse Source

It's Sox, not Sax

master
Noëlle 3 years ago
parent
commit
6cc0a5449f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      koboldgen.py

+ 2
- 2
koboldgen.py View File

@@ -485,7 +485,7 @@ class Campaign:
self.characters.append(Character("Daldain", 119, [3, 4, 5, 2], 114))
self.characters.append(Character("Gox", 124, [2, 5, 2, 5], 115))
self.characters.append(Character("Zeeli", 120, [4, 2, 5, 3], 116))
self.characters.append(Character("Sax", 122, [3, 3, 3, 3], 117))
self.characters.append(Character("Sox", 122, [3, 3, 3, 3], 117))
# self.print_params()
# self.print_chars()
return
@@ -499,7 +499,7 @@ class Campaign:
self.characters.append(Character("Gox", 124, [2, 6, 4, 5], 119))
self.characters.append(Character("Zeeli", 120, [3, 4, 6, 5], 120))
self.characters.append(Character("Marwyse", 121, [4, 4, 6, 3], 121))
self.characters.append(Character("Sax", 122, [5, 4, 4, 4], 122))
self.characters.append(Character("Sox", 122, [5, 4, 4, 4], 122))
# self.print_params()
# self.print_chars()
return

Loading…
Cancel
Save