headstone engraving with wand of digging

<email deleted>
Sent: Thursday, June 13, 2002 12:03 PM
Subject: Beta 1 comments
> Headstone writing still uses the adjective "weird" when engraving with
> a wand of digging.
This commit is contained in:
nethack.allison
2002-06-30 00:40:30 +00:00
parent d307fb9de6
commit 2fc940d51e
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -127,6 +127,8 @@ naming either of the wielded weapons unintentionally ends two-weapon combat
Various nemesis monsters must resist stoning so their death messages make sense Various nemesis monsters must resist stoning so their death messages make sense
don't call DEBUG impossible in rn2 when a level 0 monster tries to cast a spell don't call DEBUG impossible in rn2 when a level 0 monster tries to cast a spell
GOLDOBJ: don't call money2mon with 0 zero when killed by shopkeeper GOLDOBJ: don't call money2mon with 0 zero when killed by shopkeeper
headstone writing was using the adjective "weird" when engraving with a wand
of digging.
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes
+4
View File
@@ -933,6 +933,10 @@ doengrave()
"write in"); "write in");
eloc = is_ice(u.ux,u.uy) ? "frost" : "dust"; eloc = is_ice(u.ux,u.uy) ? "frost" : "dust";
break; break;
case HEADSTONE:
everb = (oep && !eow ? "add to the epitaph on" :
"engrave on");
break;
case ENGRAVE: case ENGRAVE:
everb = (oep && !eow ? "add to the engraving in" : everb = (oep && !eow ? "add to the engraving in" :
"engrave in"); "engrave in");