ID:175922
 
Is it possible to check what is under the missile while it is going in the direction of the enemy? Like what objects are under it?

Thank you for you time!
<code>for (var/atom/A in missile.loc) world << "The missile passed over [A]!"</code>
In response to Crispy
Unless, of course, if you use the missile() proc. In which case, you can't.
In response to Garthor
Yeah, well, if he wants to post such an ambiguous topic then I feel entitled to post him ambiguous code. =P