mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
More refactoring
This commit is contained in:
parent
805fbd5edb
commit
19278a5e64
4 changed files with 323 additions and 324 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue