diff --git a/.luacheckrc b/.luacheckrc index 81fe411..3cc256f 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,5 +1,6 @@ unused_args = false allow_defined_top = true +max_line_length = false globals = { "moarmour", diff --git a/armour.lua b/armour.lua index 6858754..636c3c0 100644 --- a/armour.lua +++ b/armour.lua @@ -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", @@ -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