crowning bonus (trunk only)

Have being crowned Hand of Elbereth/Envoy of Balance/Glory of Arioch
give a minor extra benefit beyond resistances and an artifact and maybe
unlocking the artifact's skill:  one extra skill credit, making it
feasible to earn 30 rather than 29.  (Previously the only way to get any
was to receive one for each new experience level, so you could gain one
29 times when going from level 1 to level 30.)  Added as a new feature.
This commit is contained in:
nethack.rankin
2010-03-04 01:45:43 +00:00
parent 9f7be9c4d9
commit c00ade13ed
2 changed files with 5 additions and 1 deletions

View File

@@ -450,6 +450,7 @@ fainting while wielding a cockatrice corpse will be fatal
Sunsword's light radius depends on its curse/bless state
Add M-C and M-R meta-key shortcuts for #conduct and #ride, respectively
can now use ESC to cancel out of prompts for playing musical instruments
being crowned gives an additional benefit: one extra skill slot/credit
Platform- and/or Interface-Specific New Features

View File

@@ -1,5 +1,4 @@
/* NetHack 3.5 pray.c $Date$ $Revision$ */
/* SCCS Id: @(#)pray.c 3.5 2009/01/23 */
/* Copyright (c) Benson I. Margulies, Mike Stephenson, Steve Linhart, 1989. */
/* NetHack may be freely redistributed. See license for details. */
@@ -815,6 +814,10 @@ gcrownu()
You_feel("unworthy.");
}
update_inventory();
/* lastly, confer an extra skill slot/credit beyond the
up-to-29 you can get from gaining experience levels */
add_weapon_skill(1);
return;
}
#endif /*ELBERETH*/