v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
11
attic/old_version_scripts/itemparameters_0_1.lua
Normal file
11
attic/old_version_scripts/itemparameters_0_1.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
function update(store)
|
||||
if store.data then
|
||||
if store.data.recoil then
|
||||
if not store.data.recoilTime then
|
||||
store.data.recoilTime = store.data.recoil
|
||||
end
|
||||
vremove(store.data, "recoil")
|
||||
end
|
||||
end
|
||||
return store
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue