Include partner in score list.
[rogue-pphs.git] / monsters.c
index 8121959..dabef92 100644 (file)
@@ -3,7 +3,7 @@
  *\r
  * @(#)monsters.c      3.18 (Berkeley) 6/15/81\r
  *\r
- * Rogue: Exploring the Dungeons of Doom\r
+ * Rogue: Exploring the Cavern of Cuties\r
  * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman\r
  * All rights reserved.\r
  *\r
@@ -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