Flowers: Add sporeless mushrooms and edit drops

This commit is contained in:
paramat 2015-08-10 11:57:27 +01:00
parent 35de5241f4
commit 408ee69fb8
2 changed files with 47 additions and 17 deletions

View file

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