v0.8.0: fixed DM-300's sprite not turning red when supercharged

This commit is contained in:
Evan Debenham 2020-01-18 11:50:45 -05:00
parent ffdf746d4b
commit 7eda6d2776

View File

@ -409,6 +409,7 @@ public class NewDM300 extends Mob {
spend(3f);
yell(Messages.get(this, "charging"));
sprite.showStatus(CharSprite.POSITIVE, Messages.get(this, "immune"));
sprite.resetColor();
chargeAnnounced = false;
}