Replace aliased fertile mushrooms.

This is a non-issue: these are aliased to normal mushrooms. For
clarity, we replace them with the normal mushrooms here as well.
master
Auke Kok 2016-01-07 07:21:19 -08:00 committed by paramat
parent 57939c6c3f
commit 556f0d48e3
1 changed files with 4 additions and 4 deletions

View File

@ -70,8 +70,8 @@ function flowers.register_mgv6_decorations()
register_mgv6_flower("viola")
register_mgv6_flower("dandelion_white")
register_mgv6_mushroom("mushroom_fertile_brown")
register_mgv6_mushroom("mushroom_fertile_red")
register_mgv6_mushroom("mushroom_brown")
register_mgv6_mushroom("mushroom_red")
register_mgv6_waterlily()
end
@ -151,8 +151,8 @@ function flowers.register_decorations()
register_flower(1133, "viola")
register_flower(73133, "dandelion_white")
register_mushroom("mushroom_fertile_brown")
register_mushroom("mushroom_fertile_red")
register_mushroom("mushroom_brown")
register_mushroom("mushroom_red")
register_waterlily()
end