Instances loc setting should now all 🐝 changed to forceMove()

This commit is contained in:
TheDZD
2016-04-07 18:00:39 -04:00
parent d88711cd8e
commit bb1caa4eea
2 changed files with 10 additions and 10 deletions
@@ -135,7 +135,7 @@
pollinate(Hydro)
else if(target == beehome)
var/obj/structure/beebox/BB = target
loc = BB
forceMove(BB)
target = null
wanted_objects -= /obj/structure/beebox //so we don't attack beeboxes when not going home
else
@@ -194,7 +194,7 @@
if(loc == beehome)
idle = min(100, ++idle)
if(idle >= BEE_IDLE_ROAMING && prob(BEE_PROB_GOROAM))
loc = get_turf(beehome)
forceMove(get_turf(beehome))
else
idle = max(0, --idle)
if(idle <= BEE_IDLE_GOHOME && prob(BEE_PROB_GOHOME))