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:
@@ -2061,6 +2061,8 @@ show_conduct(int final)
|
||||
you_have_been("deaf from birth");
|
||||
if (u.uroleplay.nudist)
|
||||
you_have_been("faithfully nudist");
|
||||
if (u.uroleplay.pauper)
|
||||
enl_msg(You_, "have gone", "started out", " without possessions", "");
|
||||
|
||||
if (!u.uconduct.food)
|
||||
enl_msg(You_, "have gone", "went", " without food", "");
|
||||
|
||||
Reference in New Issue
Block a user