]> granicus.if.org Git - nethack/commit
buried punishment ball
authornethack.allison <nethack.allison>
Tue, 11 Mar 2003 03:40:17 +0000 (03:40 +0000)
committernethack.allison <nethack.allison>
Tue, 11 Mar 2003 03:40:17 +0000 (03:40 +0000)
commit176d31c980eb7ae449b1511895d6d84a934cf2b0
tree6762ce3aec17a74ce6a9bce93bf40eacfccc6967
parent9fe995d2a30892ddd639e3b7a7a9308bbf3dfdac
buried punishment ball

Prevent burying a ball from ending your punishment.

When you bury the ball, internally NetHack Punishment
ceases, but a new trap type of TT_BURIEDBALL  immediately
kicks in (acting similar to TT_INFLOOR in some ways).
You can eventually work the ball free (or teleport, etc.),
but that will just return you back to normal Punishment.
14 files changed:
include/extern.h
include/you.h
src/apply.c
src/ball.c
src/cmd.c
src/dig.c
src/do_wear.c
src/dothrow.c
src/hack.c
src/polyself.c
src/pray.c
src/read.c
src/sit.c
src/teleport.c