changeset 1306:0377397445ef

Fixup 'sponge mushroom' to 'mushroom'.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Jan 2011 03:07:14 +0200
parents 8876502d2ce7
children 351fafb5e1fb
files gm-alchemist.tf
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gm-alchemist.tf	Fri Jan 21 17:33:57 2011 +0200
+++ b/gm-alchemist.tf	Mon Jan 31 03:07:14 2011 +0200
@@ -91,6 +91,7 @@
 /def -i galch_herb_fixes =\
 	/if (regmatch("^vine|^seed", {1})) /return "vine_seed"%;\
 	/elseif (regmatch("lily", {1})) /return "lily"%;\
+	/elseif (regmatch("mushroom", {1})) /return "mushroom"%;\
 	/else /return {1}%;/endif