Guidebook update and SEDUCE runtime switch
add SYSCF docs to the Guidebook because it's info needed in a binary distro Guidebook.tex - also add some missing italics to some "NetHack" occurances call nethack.org "official" Guidebook.txt - didn't regenerate cleanly so no diff add SEDUCE to SYSCF (only partly inspired by the recent email)
This commit is contained in:
@@ -2075,7 +2075,8 @@ use_weapon:
|
||||
/* succubi/incubi are humanoid, but their _second_
|
||||
* attack is AT_CLAW, not their first...
|
||||
*/
|
||||
if (i==1 && uwep && (u.umonnum == PM_SUCCUBUS ||
|
||||
if (SYSOPT_SEDUCE && i==1 && uwep &&
|
||||
(u.umonnum == PM_SUCCUBUS ||
|
||||
u.umonnum == PM_INCUBUS)) goto use_weapon;
|
||||
#endif
|
||||
case AT_KICK:
|
||||
|
||||
Reference in New Issue
Block a user