Engraving with Fire Brand burns the text on the floor
This commit is contained in:
@@ -838,7 +838,9 @@ doengrave(void)
|
||||
break;
|
||||
|
||||
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)
|
||||
type = ENGRAVE;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user