Fix unit tests
This commit is contained in:
parent
09253dce31
commit
d13ac065c7
8 changed files with 29 additions and 86 deletions
|
|
@ -501,7 +501,7 @@ class CmdUseItem(_BaseTwitchCombatCommand):
|
|||
if not target:
|
||||
return
|
||||
|
||||
combathandler = self.get_or_create_combathandler(self.target)
|
||||
combathandler = self.get_or_create_combathandler(target)
|
||||
combathandler.queue_action({"key": "use", "item": item, "target": target, "dt": 3})
|
||||
combathandler.msg(
|
||||
f"$You() prepare to use {item.get_display_name(self.caller)}!", self.caller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue