Merge pull request #11485 from Ghommie/Ghommie-cit625

Fixing a little issue with the musician trait etcetera.
This commit is contained in:
kevinz000
2020-03-16 13:23:25 -07:00
committed by GitHub
7 changed files with 17 additions and 13 deletions
@@ -445,7 +445,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)