X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=init.c;fp=init.c;h=be6ce7ae30d79d28e8d088fc5a3981f4eb16a224;hp=50cbc51174997601149f491ef6000b5ecb273a72;hb=efb1335002efedd46b532a3e1daf6f390a20cce7;hpb=9c3c378b5c998e689cefd9cad3e2deb863cbcefa diff --git a/init.c b/init.c index 50cbc51..be6ce7a 100644 --- a/init.c +++ b/init.c @@ -112,6 +112,7 @@ init_player() { pstats.s_lvl = 1; pstats.s_exp = 0L; + pstats.s_ont = rnd(1 << NUM_FEATURES); max_hp = pstats.s_hpt = 12; if (rnd(100) == 7) {