v0.8.0: tweaked new DM abilities to interrupt the hero
This commit is contained in:
parent
6e2e87966b
commit
74c9f41880
|
@ -315,6 +315,7 @@ public class NewDM300 extends Mob {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ventGas( Char target ){
|
public void ventGas( Char target ){
|
||||||
|
Dungeon.hero.interrupt();
|
||||||
|
|
||||||
int gasVented = 0;
|
int gasVented = 0;
|
||||||
|
|
||||||
|
@ -344,6 +345,7 @@ public class NewDM300 extends Mob {
|
||||||
|
|
||||||
public void dropRocks( Char target ) {
|
public void dropRocks( Char target ) {
|
||||||
|
|
||||||
|
Dungeon.hero.interrupt();
|
||||||
int rockCenter = target.pos;
|
int rockCenter = target.pos;
|
||||||
|
|
||||||
if (Dungeon.level.adjacent(pos, target.pos)){
|
if (Dungeon.level.adjacent(pos, target.pos)){
|
||||||
|
|
|
@ -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.name=DM-300
|
||||||
actors.mobs.newdm300.notice=UNAUTHORIZED PERSONNEL DETECTED!
|
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.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.rocks=DM-300 slams the ground, loosening rocks from the ceiling!
|
||||||
actors.mobs.newdm300.charging=SUSTAINING DAMAGE! CHARGING FROM POWER GRID...
|
actors.mobs.newdm300.charging=SUSTAINING DAMAGE! CHARGING FROM POWER GRID...
|
||||||
actors.mobs.newdm300.supercharged=SUPERCHARGE COMPLETE, OPERATING AT 200% POWER!
|
actors.mobs.newdm300.supercharged=SUPERCHARGE COMPLETE, OPERATING AT 200% POWER!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user