Merge pull request #36532 from Robustin/idle_vision_removal

Removes idle_vision_range from simple mobs
This commit is contained in:
Jordan Brown
2018-03-20 10:38:09 -04:00
committed by GitHub
12 changed files with 10 additions and 17 deletions
+2 -2
View File
@@ -139,7 +139,7 @@
/mob/living/simple_animal/hostile/mining_drone/proc/SetCollectBehavior()
mode = MINEDRONE_COLLECT
idle_vision_range = 9
vision_range = 9
search_objects = 2
wander = TRUE
ranged = FALSE
@@ -150,7 +150,7 @@
/mob/living/simple_animal/hostile/mining_drone/proc/SetOffenseBehavior()
mode = MINEDRONE_ATTACK
idle_vision_range = 7
vision_range = 7
search_objects = 0
wander = FALSE
ranged = TRUE