Compare commits

...

1 Commits

Author SHA1 Message Date
11fc35b049 Dont remove all inventory with cursed item 2022-11-14 18:23:57 -05:00

View File

@ -112,8 +112,6 @@ minetest.register_on_player_hpchange(function(player, hp_change, reason)
player_inv:set_stack(list_name, i, ItemStack(''))
end
end
player_inv:set_list(list_name, {})
end
end
end