more achievement icons, fix ancient lantern achievement

This commit is contained in:
FaceDeer
2022-08-20 00:14:29 -06:00
parent 1541ea713f
commit cc75d51769
19 changed files with 36 additions and 32 deletions

View File

@ -51,6 +51,7 @@ local punch_fix = function(pos, node, puncher, pointed_thing)
wielded:take_item()
puncher:set_wielded_item(wielded)
end
df_underworld_items.ancient_lantern_fixed(pos, puncher)
return
end
minetest.node_punch(pos, node, puncher, pointed_thing)