v0.3.0: reworked Lloyd's beacon, now an artifact

This commit is contained in:
Evan Debenham
2015-05-20 23:57:25 -04:00
parent 716b7ed8fd
commit 624277ef97
7 changed files with 171 additions and 26 deletions
@@ -54,7 +54,7 @@ public class Goo extends Mob {
defenseSkill = 12;
spriteClass = GooSprite.class;
loot = new LloydsBeacon();
loot = new LloydsBeacon().identify();
lootChance = 0.333f;
}