Added positive charge to Black Crystal

Amperebot does not attack items without charge.
This commit is contained in:
phspaelti 2014-03-12 22:13:45 +09:00
parent 642e746efe
commit 0de50705dc
1 changed files with 30 additions and 30 deletions

View File

@ -13,7 +13,7 @@ public class BlackCrystal extends Crystal
{
public BlackCrystal(int X, int Y, Room r)
{
super(X,Y,r,0);
super(X,Y,r,10);
}
public void GenerateIcons()