Merge pull request #8180 from Novacat/nova-ert

Makes Mercs Smart
This commit is contained in:
Novacat
2020-06-02 16:22:31 -04:00
committed by GitHub
4 changed files with 8 additions and 2 deletions
@@ -22,4 +22,7 @@
max_co2 = 0
min_n2 = 0
max_n2 = 0
minbodytemp = 0
minbodytemp = 0
/datum/ai_holder/simple_mob/merc
intelligence_level = AI_SMART // Also knows not to walk while confused if it risks death.
@@ -81,7 +81,7 @@
icon_scale_y = 1.5
movement_shake_radius = 14
maxHealth = 350 //VOREStation Edit
maxHealth = 450
deflect_chance = 25
has_repair_droid = TRUE
armor = list(
@@ -0,0 +1,2 @@
/datum/ai_holder/simple_mob/intentional/adv_dark_gygax
intelligence_level = AI_SMART // Also knows not to walk while confused if it risks death.
+1
View File
@@ -2710,6 +2710,7 @@
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\hivebot\support_vr.dm"
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\hivebot\tank.dm"
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\adv_dark_gygax.dm"
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\adv_dark_gygax_vr.dm"
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\combat_mecha.dm"
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\durand.dm"
#include "code\modules\mob\living\simple_mob\subtypes\mechanical\mecha\gygax.dm"