v0.4.0: added descriptions to glyphs

This commit is contained in:
Evan Debenham
2016-06-05 14:42:41 -04:00
parent 7d97caa406
commit f3b891b5b4
4 changed files with 25 additions and 3 deletions
@@ -35,7 +35,7 @@ import java.util.HashSet;
public class Shocking extends Weapon.Enchantment {
private static ItemSprite.Glowing WHITE = new ItemSprite.Glowing( 0xFFFFFF, 0.5f );
private static ItemSprite.Glowing WHITE = new ItemSprite.Glowing( 0xFFFFFF, 0.6f );
@Override
public int proc( Weapon weapon, Char attacker, Char defender, int damage ) {