Skip to content

Commit

Permalink
Remove wearing screwdriver
Browse files Browse the repository at this point in the history
The screwdriver in the game does not exist to make the game less casual, wearing for the screwdriver is the worst idea you could come up with. If a player wants to unwrap an item and doesn't want to do it manually, do you think he would want to craft 100 non-stacking screwdrivers?
  • Loading branch information
alwayshopeless authored Nov 4, 2023
1 parent 601ec6c commit 2d07a0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mods/screwdriver/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ screwdriver.handler = function(itemstack, user, pointed_thing, mode, uses)
minetest.check_for_falling(pos)
end

if not minetest.is_creative_enabled(player_name) then
itemstack:add_wear_by_uses(uses or 200)
end

return itemstack
end

Expand Down

0 comments on commit 2d07a0f

Please sign in to comment.