Skip to content
Snippets Groups Projects
Commit ef032168 authored by JPG's avatar JPG
Browse files

Make packed ice slippery

parent 85b023cf
No related branches found
No related tags found
No related merge requests found
......@@ -427,7 +427,7 @@ register_hard_node("moonbrick", "Moon Brick")
register_hard_node("stone_tile", "Stone Tile")
register_hard_node("stone_rune", "Runestone")
register_hard_node("packed_ice", "Packed Ice", {
groups = {cracky=1, puts_out_fire=1},
groups = {cracky=1, puts_out_fire=1, slippery=3},
sounds = default.node_sound_glass_defaults()
})
register_hard_node("wood_tile", "Wooden Tile", {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment