diff options
Diffstat (limited to 'tutorials/tut040_items.md')
| -rw-r--r-- | tutorials/tut040_items.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/tut040_items.md b/tutorials/tut040_items.md index 954f9cd..1a44884 100644 --- a/tutorials/tut040_items.md +++ b/tutorials/tut040_items.md @@ -13,7 +13,7 @@ Items are a lot like inventories, but much simpler. Let's make one! return "" end - --Recall that we said in @{tut030_inventories.md} we said items that work in our inventory will have a .weight field + --Recall that we said in @{tut030_inventories.md} that items that work in our inventory will have a .weight field item.weight = 20 function item:DeSerialize() |
