Monsters now have an orientation which can be inclined to like or dislike the player...
[rogue-pphs.git] / init.c
diff --git a/init.c b/init.c
index 50cbc51..be6ce7a 100644 (file)
--- a/init.c
+++ b/init.c
@@ -112,6 +112,7 @@ init_player()
 {\r
     pstats.s_lvl = 1;\r
     pstats.s_exp = 0L;\r
+    pstats.s_ont = rnd(1 << NUM_FEATURES);\r
     max_hp = pstats.s_hpt = 12;\r
     if (rnd(100) == 7)\r
     {\r