| 161 | } |
| 162 | |
| 163 | BOOL TFit_GoatShrine(int t) |
| 164 | { |
| 165 | int i; |
| 166 | |
| 167 | for (i = 0; i < nummtypes; i++) { |
| 168 | if (IsGoat(Monsters[i].mtype)) { |
| 169 | themeVar1 = i; |
| 170 | return TFit_Obj5(t); |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | return FALSE; |
| 175 | } |
| 176 | |
| 177 | BOOL CheckThemeObj3(int xp, int yp, int t, int f) |
| 178 | { |
no test coverage detected