Engraving with Fire Brand burns the text on the floor
This commit is contained in:
@@ -793,6 +793,8 @@ reading magic marker shows the specific red ink color
|
|||||||
imps and other creatures cussing hero wake up nearby monsters
|
imps and other creatures cussing hero wake up nearby monsters
|
||||||
make ravens oviparous
|
make ravens oviparous
|
||||||
thrown items can get stuck in webs
|
thrown items can get stuck in webs
|
||||||
|
engraving with Fire Brand burns the text on the floor and does not
|
||||||
|
dull the artifact
|
||||||
|
|
||||||
|
|
||||||
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||||
|
|||||||
+3
-1
@@ -838,7 +838,9 @@ doengrave(void)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case WEAPON_CLASS:
|
case WEAPON_CLASS:
|
||||||
if (is_blade(otmp)) {
|
if (otmp->oartifact == ART_FIRE_BRAND)
|
||||||
|
type = BURN;
|
||||||
|
else if (is_blade(otmp)) {
|
||||||
if ((int) otmp->spe > -3)
|
if ((int) otmp->spe > -3)
|
||||||
type = ENGRAVE;
|
type = ENGRAVE;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user