Fix pistol ammo bug

This commit is contained in:
stujones11 2013-12-06 22:47:55 +00:00
parent 743c50ac4d
commit a4f2e8c34d

View file

@ -12,6 +12,7 @@ minetest.register_tool("shooter:pistol", {
particle = "default_obsidian.png",
})
itemstack:add_wear(328) -- 200 Rounds
return itemstack
end,
})