Skip to content

Commit

Permalink
more wand of probing enhancements
Browse files Browse the repository at this point in the history
Recent changes to wand of probing cause it to map unseen terrain when
zapped into the dark (or while blind) and also to reveal tin contents
if the beam hits such.  Extend that to discover secret doors, secret
corridors, and traps whether the spot can be seen or not, and also to
reveal egg contents.  Previously, secret corridors were converted into
regular corridors when they couldn't be seen but left as is if their
spot could be seen; now they're found and converted either way.

Issue the kaboom sound effect if zapping a magical trap with wand or
spell of cancellation causes it to go "Kaboom!"

A couple of chunks of code has been moved out of zap_updown() and
bhit() into new routine zap_map().
  • Loading branch information
PatR committed Oct 19, 2023
1 parent 4aa0bf4 commit a31be02
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 103 deletions.
5 changes: 3 additions & 2 deletions doc/fixes3-7-0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,8 @@ a pet that was poison resistant but not stoning resistant would eat Medusa's
ring of hunger prevents choking on your food
paranoid_confirm:pray can be changed to require yes/no response instead of y/n
by also setting paranoid_confirm:Confirm
wand of probing reveals map locations in the ray path
wand of probing reveals map locations and traps in the ray path; also reveals
secret doors and secret corridors if the ray hits such
applying a wielded, lit potion of oil to unlight it while other unlit
potion(s) of oil were quivered would trigger panic
"addinv: null obj after quiver merge otyp=N" where N is POT_OIL
Expand All @@ -1249,7 +1250,7 @@ the throne room on the Samurai quest home level lacked a throne but gave
coughing due to stinking cloud wakes up nearby monsters
stop occupation when timed levitation or choking issues a message
use #monster to make dragon steed breathe
wand of probing reveals tin contents
wand of probing reveals tin and egg contents
steam vortices and fog clouds leave steam clouds behind
fog clouds maintain any clouds they are in, even poisonous ones
bone devils summon skeletons
Expand Down
Loading

0 comments on commit a31be02

Please sign in to comment.