Merge pull request #3944 from Citadel-Station-13/upstream-merge-32714

[MIRROR] Tesla no longer NOTHING PERSONNEL's the power beacon
This commit is contained in:
LetterJay
2017-11-15 10:40:59 -06:00
committed by GitHub
2 changed files with 134 additions and 134 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
var/move_bias = pick(GLOB.alldirs)
for(var/i in 0 to move_amount)
var/move_dir = pick(GLOB.alldirs + move_bias) //ensures large-ball teslas don't just sit around
if(target && prob(60))
if(target && prob(10))
move_dir = get_dir(src,target)
var/turf/T = get_step(src, move_dir)
if(can_move(T))