summaryrefslogtreecommitdiff
path: root/castle/pillars.lua
diff options
context:
space:
mode:
Diffstat (limited to 'castle/pillars.lua')
-rw-r--r--castle/pillars.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/castle/pillars.lua b/castle/pillars.lua
index ac63cb5..40b8143 100644
--- a/castle/pillars.lua
+++ b/castle/pillars.lua
@@ -26,7 +26,7 @@ for _, row in ipairs(pillar.types) do
description = desc.." Pillar Base",
tiles = {tile..".png"},
groups = {cracky=3,attached_node=1},
- sounds = default.node_sound_defaults(),
+ sounds = default.node_sound_stone_defaults(),
paramtype = "light",
paramtype2 = "facedir",
node_box = {
@@ -43,7 +43,7 @@ for _, row in ipairs(pillar.types) do
description = desc.." Pillar Top",
tiles = {tile..".png"},
groups = {cracky=3,attached_node=1},
- sounds = default.node_sound_defaults(),
+ sounds = default.node_sound_stone_defaults(),
paramtype = "light",
paramtype2 = "facedir",
node_box = {
@@ -61,7 +61,7 @@ for _, row in ipairs(pillar.types) do
description = desc.." Pillar Middle",
tiles = {tile..".png"},
groups = {cracky=3,attached_node=1},
- sounds = default.node_sound_defaults(),
+ sounds = default.node_sound_stone_defaults(),
paramtype = "light",
paramtype2 = "facedir",
node_box = {