more setup stuff for modular prosthetics

This commit is contained in:
Pao
2023-02-10 13:47:08 +01:00
parent 031af29b51
commit a610763131
6 changed files with 84 additions and 40 deletions

View File

@@ -146,5 +146,7 @@ function TocTestItem()
local found_item = player_inventory:FindAndReturn(item_name)
print(found_item:getID())
print("_______________")
found_item:setID(12334)
print(found_item:getID())
end