mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Update docs
This commit is contained in:
parent
f05add7c5b
commit
e8d08ad597
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