reload() for dynamicitems

This commit is contained in:
minjaesong
2023-05-22 11:46:06 +09:00
parent f12bf553ff
commit 07b44a92c5
3 changed files with 11 additions and 3 deletions

View File

@@ -73,6 +73,9 @@ class ItemCodex {
}
}
dynamicItemInventory[dynid] = item
// try to call reload() of the dynamic items
item.reload()
}
}