1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-13 14:00:32 +01:00

Small mistake in flowers mod tweak

This commit is contained in:
Ombridride 2015-03-15 00:18:43 +01:00
parent 6b45ccbd10
commit 705eb8a5d3

View File

@ -40,7 +40,7 @@ end
add_simple_flower("dandelion_yellow", "Yellow Dandelion", "flowers_dandelion_yellow", "color_yellow")
add_simple_flower("geranium", "Blue Geranium", "flowers_geranium", "color_blue")
add_simple_flower("rose", "Rose", "flowers_rose", "color_red")
add_simple_flower("tulip", "Orange Tulip", "flower_tulip", "color_orange")
add_simple_flower("tulip", "Orange Tulip", "flowers_tulip", "color_orange")
---------------------------------------------
----------------- OLD SYSTEM ----------------