]> granicus.if.org Git - nethack/commit
engraving in inaccessible locations
authornethack.rankin <nethack.rankin>
Thu, 7 Dec 2006 06:28:16 +0000 (06:28 +0000)
committernethack.rankin <nethack.rankin>
Thu, 7 Dec 2006 06:28:16 +0000 (06:28 +0000)
commit79ced450e75b7eb74f16867d0f6d9c49ab89ce4d
tree1a2fc388badd9fe8d2d4fd9177f6f76616ac7c8a
parenta29b06ac2fdf50cdb0d98ecde5e706fd0a2cbb2e
engraving in inaccessible locations

     Also from the newsgroup (2nd from "Three bugfixes for Xorns" [I got
the subject wrong on the previous spell of protection patch]):  when
phazing through walls or rock you could engrave as if it was ordinary
floor.  Again I didn't use the user's patch; it left closed doors, raised
drawbridge, and iron bars as locations where engraving was still feasible
and said "you can't write in solid rock" even if you were inside a tree.
[The 3rd of "3 xorn fixes" was for misleading feedback when attempting to
engrave while underwater; we've already fixed that one.]

     There was a suggestion that you should be able to engrave within solid
rock if you use a wand of digging, and that seems like a pretty good idea,
but the check for location comes before the check for writing instrument so
would be tricky to implement.
doc/fixes34.4
src/engrave.c