mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Update docs
This commit is contained in:
parent
c43e145615
commit
48d78ba995
11 changed files with 751 additions and 98 deletions
|
|
@ -384,8 +384,8 @@ 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.
|
||||
|
||||
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.
|
||||
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