mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
@@ -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.
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user