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.
This commit is contained in:
@@ -1039,6 +1039,7 @@ int final; /* 0 => still in progress; 1 => over, survived; 2 => dead */
|
||||
if (Lifesaved)
|
||||
enl_msg("Your life ", "will be", "would have been", " saved");
|
||||
if (u.twoweap) you_are("wielding two weapons at once");
|
||||
if (u.utraptype == TT_BURIEDBALL) you_are("fastened to a buried ball");
|
||||
|
||||
/*** Miscellany ***/
|
||||
if (Luck) {
|
||||
|
||||
Reference in New Issue
Block a user