actions that happen once per ``turn'', regardless of each individual monster's metabolism; some of these might need to be reclassified to occur more in proportion with movement rate */
| 1171 | individual monster's metabolism; some of these might need to |
| 1172 | be reclassified to occur more in proportion with movement rate */ |
| 1173 | void |
| 1174 | mcalcdistress(void) |
| 1175 | { |
| 1176 | iter_mons(m_calcdistress); |
| 1177 | } |
| 1178 | |
| 1179 | staticfn void |
| 1180 | m_calcdistress(struct monst *mtmp) |