Skip to content

Commit

Permalink
The easy way works better. Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayrik committed Jan 31, 2016
1 parent a674179 commit 261796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/bot/mulebot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ var/global/mulebot_count = 0

/mob/living/simple_animal/bot/mulebot/UnarmedAttack(atom/A)
if(isturf(A) && isturf(loc) && loc.Adjacent(A) && load)
unload(get_dir(loc, get_step_towards(loc,A)))
unload(get_dir(loc, A))
else
..()

Expand Down

0 comments on commit 261796e

Please sign in to comment.