Docs: Replace the 'true filler' weasel words in adding games.md's mention of get_filler_item_name() (#5958)

* replace the 'true filler' weasel words with a clear term defined by the linked method's docstring

* Update docs/adding games.md

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>

---------

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
Ixrec
2026-02-20 20:43:34 +00:00
committed by GitHub
parent b0300d3063
commit 48c201af19

View File

@@ -140,8 +140,8 @@ if possible.
* An implementation of
[get_filler_item_name](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/AutoWorld.py#L473)
* By default, this function chooses any item name from `item_name_to_id`, so you want to limit it to only the true
filler items.
* By default, this function chooses any item name from `item_name_to_id`, which may include items you consider
"non-repeatable".
* An `options_dataclass` defining the options players have available to them
* This should be accompanied by a type hint for `options` with the same class name
* A [bug report page](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/AutoWorld.py#L220)