mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Merge pull request #3799 from Tharic99/patch-1
Update tb_basic.py to resolve type in scripts caller
This commit is contained in:
commit
d965fde3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ class CmdFight(Command):
|
|||
return
|
||||
here.msg_contents("%s starts a fight!" % self.caller)
|
||||
# Add a turn handler script to the room, which starts combat.
|
||||
here.scripts.add(self.command_handler_class)
|
||||
here.scripts.add(self.combat_handler_class)
|
||||
|
||||
|
||||
class CmdAttack(Command):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue