More refactoring

This commit is contained in:
Griatch 2022-09-02 08:10:39 +02:00
parent 805fbd5edb
commit 19278a5e64
4 changed files with 323 additions and 324 deletions

View file

@ -382,7 +382,10 @@ class EvAdventureCharacter(LivingMixin, DefaultCharacter):
```
We use `charclass` rather than `class` here, because `class` is a reserved Python keyword. Naming
`race` as `charrace` thus matches in style.
`race` as `charrace` thus matches in style.
We'd then need to expand our [rules module](Beginner-Tutorial-Rules.md) (and later
[character generation](Beginner-Tutorial-Chargen.md) to check and include what these classes mean.
## Summary