| 312 | } |
| 313 | |
| 314 | staticfn void |
| 315 | rock_disappear_msg(struct obj *otmp) |
| 316 | { |
| 317 | if (u.usteed) |
| 318 | pline("%s pushes %s and suddenly it disappears!", |
| 319 | YMonnam(u.usteed), the(xname(otmp))); |
| 320 | else |
| 321 | You("push %s and suddenly it disappears!", |
| 322 | the(xname(otmp))); |
| 323 | |
| 324 | } |
| 325 | |
| 326 | staticfn void |
| 327 | moverock_done(coordxy sx, coordxy sy) |