Fix regression in coral. Add coral teleporter.

This commit is contained in:
Duane 2016-06-10 12:22:24 -05:00
parent 43176144f9
commit 9fedc6c52a
7 changed files with 59 additions and 8 deletions

View file

@ -41,6 +41,14 @@ fun_caves.plantlist = {
sounds = default.node_sound_stone_defaults(),
},
{name="precious_coral",
desc="Precious Coral",
water=true,
light_source=1,
coral=true,
sounds = default.node_sound_stone_defaults(),
},
{name="water_plant_1",
desc="Water Plant",
water=true,