Simple Mob Update

This commit is contained in:
Fox McCloud
2019-08-30 20:32:08 -04:00
parent 4c088259d3
commit 86dfb4c823
30 changed files with 562 additions and 414 deletions
+2 -3
View File
@@ -15,7 +15,6 @@
a_intent = INTENT_HARM
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
minbodytemp = 0
idle_vision_range = 5
move_to_delay = 10
health = 125
maxHealth = 125
@@ -145,7 +144,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
@@ -156,7 +155,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