v0.8.0: tweaked new DM abilities to interrupt the hero

This commit is contained in:
Evan Debenham 2020-01-17 23:15:07 -05:00
parent 6e2e87966b
commit 74c9f41880
2 changed files with 3 additions and 1 deletions

View File

@ -315,6 +315,7 @@ public class NewDM300 extends Mob {
}
public void ventGas( Char target ){
Dungeon.hero.interrupt();
int gasVented = 0;
@ -344,6 +345,7 @@ public class NewDM300 extends Mob {
public void dropRocks( Char target ) {
Dungeon.hero.interrupt();
int rockCenter = target.pos;
if (Dungeon.level.adjacent(pos, target.pos)){

View File

@ -500,7 +500,7 @@ actors.mobs.olddm300.desc=This machine was created by the Dwarves several centur
actors.mobs.newdm300.name=DM-300
actors.mobs.newdm300.notice=UNAUTHORIZED PERSONNEL DETECTED!
actors.mobs.newdm300.shield=DM-300 pulls power from the exposed wires and shields itself!
actors.mobs.newdm300.vent=DM-300 fires a jet of toxic exhaust at you!
actors.mobs.newdm300.vent=DM-300 fires a jet of toxic exhaust!
actors.mobs.newdm300.rocks=DM-300 slams the ground, loosening rocks from the ceiling!
actors.mobs.newdm300.charging=SUSTAINING DAMAGE! CHARGING FROM POWER GRID...
actors.mobs.newdm300.supercharged=SUPERCHARGE COMPLETE, OPERATING AT 200% POWER!