Skip to content

Commit a843663

Browse files
authored
Docs: Update comment for create_item (#4919)
1 parent 29e6a10 commit a843663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/world api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ from .items import is_progression # this is just a dummy
561561

562562

563563
def create_item(self, item: str) -> MyGameItem:
564-
# this is called when AP wants to create an item by name (for plando) or when you call it from your own code
564+
# this is called when AP wants to create an item by name (for plando, start inventory, item links) or when you call it from your own code
565565
classification = ItemClassification.progression if is_progression(item) else ItemClassification.filler
566566
return MyGameItem(item, classification, self.item_name_to_id[item], self.player)
567567

0 commit comments

Comments
 (0)