Merge pull request #3626 from feyrkh/feyrkh-patch-1
Fix 'defense_type' typos in beginner tutorial + EvAdventure utils.py
This commit is contained in:
commit
26e671f146
2 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ def get_obj_stats(obj, owner=None):
|
|||
carried = f", Worn: [{carried.value}]" if carried else ""
|
||||
|
||||
attack_type = getattr(obj, "attack_type", None)
|
||||
defense_type = getattr(obj, "attack_type", None)
|
||||
defense_type = getattr(obj, "defense_type", None)
|
||||
|
||||
return _OBJ_STATS.format(
|
||||
key=obj.key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue