We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd77a7 commit 20917daCopy full SHA for 20917da
3d_armor/api.lua
@@ -415,7 +415,7 @@ armor.set_player_armor = function(self, player)
415
end
416
-- DEPRECATED, use armor_groups instead
417
if def.groups["armor_radiation"] and levels["radiation"] then
418
- levels["radiation"] = def.groups["armor_radiation"]
+ levels["radiation"] = levels["radiation"] + def.groups["armor_radiation"]
419
420
421
local item = stack:get_name()
0 commit comments