Core: add Item.trap property

This commit is contained in:
Fabian Dill
2021-09-29 05:21:33 +02:00
parent 0afbe7988e
commit bde02f696b
5 changed files with 22 additions and 9 deletions

View File

@@ -954,6 +954,8 @@ class Item():
name: str
game: str = "Generic"
type: str = None
# indicates if this is a negative impact item. Causes these to be handled differently by various games.
trap: bool = False
# change manually to ensure that a specific non-progression item never goes on an excluded location
never_exclude = False