]> granicus.if.org Git - nethack/commitdiff
headstone engraving with wand of digging
authornethack.allison <nethack.allison>
Sun, 30 Jun 2002 00:40:30 +0000 (00:40 +0000)
committernethack.allison <nethack.allison>
Sun, 30 Jun 2002 00:40:30 +0000 (00:40 +0000)
<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.

doc/fixes34.1
src/engrave.c

index e292ee1476077b5188ec98e5d2531b05a2cb8386..58cf0222a2be3667e7396955a09a207ec6952738 100644 (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
 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
+headstone writing was using the adjective "weird" when engraving with a wand 
+       of digging.
 
 
 Platform- and/or Interface-Specific Fixes
index ebbcb1bc9d27d75b1370243d0698fb2deb6ba36e..5be718762f8e6b90917e79c5e2ff1f5f9e4dd3fa 100644 (file)
@@ -933,6 +933,10 @@ doengrave()
                                       "write in");
                eloc = is_ice(u.ux,u.uy) ? "frost" : "dust";
                break;
+           case HEADSTONE:
+               everb = (oep && !eow ? "add to the epitaph on" :
+                                      "engrave on");
+               break;
            case ENGRAVE:
                everb = (oep && !eow ? "add to the engraving in" :
                                       "engrave in");