engraving a headstone with a wand of digging

- Gravel flies up from the floor is not appropriate in this case
This commit is contained in:
cohrs
2002-03-29 19:14:37 +00:00
parent 5a431589ec
commit e206522126
2 changed files with 3 additions and 0 deletions
+1
View 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 characters polymorphed into centaurs can't wear boots
if an unknown rolling boulder trap kills a monster, you shouldn't be a murderer if an unknown rolling boulder trap kills a monster, you shouldn't be a murderer
touchstone entry in data.base touchstone entry in data.base
specific message for engraving headstone with wand of digging
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes
+2
View File
@@ -706,6 +706,8 @@ doengrave()
} }
if (!Blind) if (!Blind)
Strcpy(post_engr_text, Strcpy(post_engr_text,
IS_GRAVE(levl[u.ux][u.uy].typ) ?
"Chips fly out from the headstone." :
is_ice(u.ux,u.uy) ? is_ice(u.ux,u.uy) ?
"Ice chips fly up from the ice surface!" : "Ice chips fly up from the ice surface!" :
"Gravel flies up from the floor."); "Gravel flies up from the floor.");