Added positive charge to Black Crystal
Amperebot does not attack items without charge.
This commit is contained in:
parent
642e746efe
commit
0de50705dc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user