| 2227 | } |
| 2228 | |
| 2229 | void |
| 2230 | unearth_you(void) |
| 2231 | { |
| 2232 | debugpline0("unearth_you"); |
| 2233 | u.uburied = FALSE; |
| 2234 | under_ground(0); |
| 2235 | if (!uamul || uamul->otyp != AMULET_OF_STRANGULATION) |
| 2236 | Strangled = 0; |
| 2237 | vision_recalc(0); |
| 2238 | } |
| 2239 | |
| 2240 | void |
| 2241 | escape_tomb(void) |
no test coverage detected