Changeset 77

Show
Ignore:
Timestamp:
03/31/07 02:39:47 (3 years ago)
Author:
eevee
Message:

Updated Eevee's evolution icons to use the light/dark stones for Espeon/Umbreon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Controller/Dex.pm

    r74 r77  
    955955        if ($node->{param}) { 
    956956            $node->{blurb} .= ", or use $node->{param}"; 
    957             $node->{item} = $1 eq 'day' ? 'light-ball' : 'blackglasses';  # cheap hack detected, oh well 
     957            $node->{item} = $1 eq 'day' ? 'light-stone' : 'dark-stone'; 
    958958        } 
    959959