From 48c201af197d5f3e4bae83de2bd7e1da2ad2163d Mon Sep 17 00:00:00 2001 From: Ixrec Date: Fri, 20 Feb 2026 20:43:34 +0000 Subject: [PATCH] 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> --- docs/adding games.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adding games.md b/docs/adding games.md index 7360ac2b7e..9149e9f626 100644 --- a/docs/adding games.md +++ b/docs/adding games.md @@ -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)