Add option to hard require plando item placement.

This commit is contained in:
CaitSith2
2021-01-04 13:50:27 -08:00
parent e03841794b
commit a6d53aafb0
3 changed files with 35 additions and 11 deletions

View File

@@ -1477,6 +1477,7 @@ class PlandoItem(NamedTuple):
location: str
world: Union[bool, str] = False # False -> own world, True -> not own world
from_pool: bool = True # if item should be removed from item pool
force: bool = False # False -> warns if item not successfully placed. True -> errors out on failure to place item.
class PlandoConnection(NamedTuple):