Allow starting game as pauper, without any inventory

And also without spells, skills, or preidentified items.
This also implies nudist.

Breaks saves and bones.
This commit is contained in:
Pasi Kallinen
2024-08-29 20:51:09 +03:00
parent 1595b682cf
commit e645c0b4bb
9 changed files with 31 additions and 3 deletions

View File

@@ -162,6 +162,7 @@ struct u_roleplay {
boolean blind; /* permanently blind */
boolean nudist; /* has not worn any armor, ever */
boolean deaf; /* permanently deaf */
boolean pauper; /* no starting inventory */
long numbones; /* # of bones files loaded */
};