Skip to content

Commit 48c201a

Browse files
Ixrecblack-sliver
andauthored
Docs: Replace the 'true filler' weasel words in adding games.md's mention of get_filler_item_name() (ArchipelagoMW#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>
1 parent b0300d3 commit 48c201a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/adding games.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ if possible.
140140

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

0 commit comments

Comments
 (0)