Monsters now have an orientation which can be inclined to like or dislike the player...
[rogue-pphs.git] / monsters.c
index 8121959..137559b 100644 (file)
@@ -71,6 +71,7 @@ register coord *cp;
     strcpy(tp->t_stats.s_dmg,mp->m_stats.s_dmg);\r
     tp->t_stats.s_exp = mp->m_stats.s_exp;\r
     tp->t_stats.s_str.st_str = 10;\r
+    tp->t_stats.s_ont = rnd(1 << NUM_FEATURES);\r
     tp->t_flags = mp->m_flags;\r
     tp->t_turn = TRUE;\r
     tp->t_pack = NULL;\r