Add reference to npc.py example from NPC tutorial

This commit is contained in:
Griatch 2023-05-19 21:24:10 +02:00
parent 378c55b6ad
commit 1261582554
4 changed files with 94 additions and 9 deletions

View file

@ -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