mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add reference to npc.py example from NPC tutorial
This commit is contained in:
parent
378c55b6ad
commit
1261582554
4 changed files with 94 additions and 9 deletions
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## Main branch
|
||||
|
||||
- Feature: Attribute-support for saving/loading `deques` with `maxlen=` set.
|
||||
- Contrib: Container typeclass with new commands for storing and retrieving
|
||||
things inside them (InspectorCaracal)
|
||||
- Fix: The `AttributeHandler.all()` now actually accepts `category=` as
|
||||
keyword arg, like our docs already claimed it should (Volund)
|
||||
- Docs: New Beginner-Tutorial lessons for NPCs, Base-Combat Twitch-Combat and
|
||||
Turnbased-combat (note that the Beginner tutorial is still WIP).
|
||||
|
||||
|
||||
## Evennia 1.3.0
|
||||
|
||||
Apr 29, 2023
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue