mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Finish turnbased combat tutorial text
This commit is contained in:
parent
f70fd64478
commit
09253dce31
10 changed files with 1393 additions and 106 deletions
|
|
@ -183,7 +183,7 @@ class EvAdventureCombatBaseHandler(DefaultScript):
|
|||
|
||||
combathandler_key = kwargs.pop("key", "combathandler")
|
||||
combathandler = obj.ndb.combathandler
|
||||
if not combathandler:
|
||||
if not combathandler or not combathandler.id:
|
||||
combathandler = obj.scripts.get(combathandler_key).first()
|
||||
if not combathandler:
|
||||
# have to create from scratch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue