Skip to content

Commit

Permalink
Remove max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
dacmot committed Jan 17, 2024
1 parent 2194d18 commit b62930e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
unused_args = false
allow_defined_top = true
max_line_length = false

globals = {
"moarmour",
Expand Down
4 changes: 2 additions & 2 deletions armour.lua
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ if minetest.get_modpath("nyancats_plus") or minetest.get_modpath("nyancat") then
})

if minetest.get_modpath("waffles") and minetest.get_modpath("tac_nayn") then

minetest.register_tool("moarmour:helmet_tacnayn", {
description = S("Tac Nayn Helmet"),
inventory_image = "moarmour_inv_helmet_tacnayn.png",
Expand Down Expand Up @@ -494,7 +494,7 @@ if minetest.get_modpath("nyancats_plus") or minetest.get_modpath("nyancat") then
groups = {armor_shield=30, armor_heal=30, armor_use=0, physics_jump=0.05, physics_speed=0.10, radiation=40, armor_fire=5},
wear = 0,
})

end

end
Expand Down

0 comments on commit b62930e

Please sign in to comment.