]> granicus.if.org Git - nethack/commitdiff
engraving a headstone with a wand of digging
authorcohrs <cohrs>
Fri, 29 Mar 2002 19:14:37 +0000 (19:14 +0000)
committercohrs <cohrs>
Fri, 29 Mar 2002 19:14:37 +0000 (19:14 +0000)
- Gravel flies up from the floor is not appropriate in this case

doc/fixes34.1
src/engrave.c

index 5287eb3f9cffd5853fa3cd913abaf9612e6fa719..ee3a0a34272993fa59e88fba6175d8c8c78f2ec2 100644 (file)
@@ -31,6 +31,7 @@ Wizard of Yendor will start harassing you after the invocation if you've
 characters polymorphed into centaurs can't wear boots
 if an unknown rolling boulder trap kills a monster, you shouldn't be a murderer
 touchstone entry in data.base
+specific message for engraving headstone with wand of digging
 
 
 Platform- and/or Interface-Specific Fixes
index 9fdabf88964774f7a3b9b5f4d71b49e8c5ba05b2..7ad3f3a11524057994617e8d5e84787cb3e2b4f3 100644 (file)
@@ -706,6 +706,8 @@ doengrave()
                        }
                        if (!Blind)
                            Strcpy(post_engr_text,
+                               IS_GRAVE(levl[u.ux][u.uy].typ) ?
+                               "Chips fly out from the headstone." :
                                is_ice(u.ux,u.uy) ?
                                "Ice chips fly up from the ice surface!" :
                                "Gravel flies up from the floor.");