From 3f7df33cc1ce8424d6266d4e99ea6bc820e81cf8 Mon Sep 17 00:00:00 2001 From: ranguli Date: Mon, 31 Jan 2022 18:26:15 -0330 Subject: [PATCH] Remove redundant if statements in armor.lua --- armor.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/armor.lua b/armor.lua index 6b77967..3cf705e 100644 --- a/armor.lua +++ b/armor.lua @@ -1,9 +1,5 @@ if minetest.global_exists("armor") and armor.attributes then table.insert(armor.attributes, "bullet_res") -end -if minetest.global_exists("armor") and armor.attributes then table.insert(armor.attributes, "ammo_save") -end -if minetest.global_exists("armor") and armor.attributes then table.insert(armor.attributes, "ranged_dmg") end