No, a horrible, AWFUL job*!!! He's obsessed with the . var! There's no reason to use it in the end of a proc, even moreso in a one-line proc and it's silly really!!!
<small><code>*for those that didn't notice it, I was joking, don't lunge at me</code></small>
Naokohiro wrote:
It shouldn't change your direction or do anything really, until you call the parent proc... Which you do in the first line, Move() does this by default. If you don't send the second argument your direction is changed to the direction of movement. |
mob/Move(NewLoc) return ..(NewLoc,src.strafing ? src.dir : 0) |
Good job with that code, though.