Fixing a little issue with the musician trait etcetera.

This commit is contained in:
Ghommie
2020-03-16 00:09:03 +01:00
parent b7c3ada3e5
commit 8af3d0e2fa
4 changed files with 6 additions and 5 deletions
@@ -447,7 +447,7 @@
sleep(3)
step_to(src,movement_target,1)
if(movement_target) //Not redundant due to sleeps, Item can be gone in 6 decisecomds
if(movement_target?.loc) //Not redundant due to sleeps, Item can be gone in 6 decisecomds
if (movement_target.loc.x < src.x)
setDir(WEST)
else if (movement_target.loc.x > src.x)