B14019 - pyrolisk vs flaming sphere
A 3.4.0 report, currently only the mdamagem gaze case caused the strange "on fire" message for flaming spheres, but other attacks seemed like they might result in a similar message, so I updated the damageum and hitmu cases as well.
This commit is contained in:
@@ -1252,6 +1252,8 @@ register struct attack *mattk;
|
||||
if (!Blind)
|
||||
pline("%s is %s!", Monnam(mdef),
|
||||
mdef->data == &mons[PM_WATER_ELEMENTAL] ? "boiling" :
|
||||
mdef->data == &mons[PM_FLAMING_SPHERE] ?
|
||||
"already on fire" :
|
||||
mattk->aatyp == AT_HUGS ?
|
||||
"being roasted" : "on fire");
|
||||
if (pd == &mons[PM_STRAW_GOLEM] ||
|
||||
|
||||
Reference in New Issue
Block a user