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:
@@ -5172,6 +5172,10 @@ optfn_boolean(
|
||||
|
||||
/* After the change */
|
||||
switch (optidx) {
|
||||
case opt_pauper:
|
||||
/* pauper implies nudist */
|
||||
u.uroleplay.nudist = u.uroleplay.pauper;
|
||||
break;
|
||||
case opt_ascii_map:
|
||||
iflags.wc_tiled_map = negated;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user