changeset 215:e0a4ddf06d79 misc

Evil wear only was being added to category "aura of darkness" instead of "aura of blackness". Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Jul 2011 06:05:28 +0300
parents 54c65ca9af76
children f121fb47c65f
files log2template.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/log2template.pl	Sat Jul 23 20:07:06 2011 +0300
+++ b/log2template.pl	Sun Jul 31 06:05:28 2011 +0300
@@ -411,8 +411,8 @@
       $id_tale2 = 0;
     }
     elsif ($s =~ /^An aura of blackness surrounds it\.$/) {
-      push(@{$$id{"stats"}}, "[[:category:aura of darkness|evil wear only]]");
-      $$id{"cat"}{"aura of darkness"} = 1;
+      push(@{$$id{"stats"}}, "[[:category:aura of blackness|evil wear only]]");
+      $$id{"cat"}{"aura of blackness"} = 1;
       $id_tale2 = 0;
     }
     elsif ($s =~ /^It will (.+?) (improve|reduce) (your|the) (.+?)\.$/) {