v0.3.4: externalized artifacts part 1
This commit is contained in:
committed by
Evan Debenham
parent
250029c19d
commit
33bef1c6cb
@@ -153,7 +153,6 @@ public class DM300 extends Mob {
|
||||
LloydsBeacon beacon = Dungeon.hero.belongings.getItem(LloydsBeacon.class);
|
||||
if (beacon != null) {
|
||||
beacon.upgrade();
|
||||
GLog.p("Your beacon grows stronger!");
|
||||
}
|
||||
|
||||
yell( Messages.get(this, "defeated") );
|
||||
|
||||
@@ -160,7 +160,6 @@ public class King extends Mob {
|
||||
LloydsBeacon beacon = Dungeon.hero.belongings.getItem(LloydsBeacon.class);
|
||||
if (beacon != null) {
|
||||
beacon.upgrade();
|
||||
GLog.p("Your beacon grows stronger!");
|
||||
}
|
||||
|
||||
yell( Messages.get(this, "defeated") );
|
||||
|
||||
@@ -141,7 +141,6 @@ public class Tengu extends Mob {
|
||||
LloydsBeacon beacon = Dungeon.hero.belongings.getItem(LloydsBeacon.class);
|
||||
if (beacon != null) {
|
||||
beacon.upgrade();
|
||||
GLog.p("Your beacon grows stronger!");
|
||||
}
|
||||
|
||||
yell( Messages.get(this, "defeated") );
|
||||
|
||||
Reference in New Issue
Block a user