Fix pistol ammo bug
This commit is contained in:
parent
743c50ac4d
commit
a4f2e8c34d
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -12,6 +12,7 @@ minetest.register_tool("shooter:pistol", {
|
|||
particle = "default_obsidian.png",
|
||||
})
|
||||
itemstack:add_wear(328) -- 200 Rounds
|
||||
return itemstack
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue