mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add option to hard require plando item placement.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user