Adds cult variants of the strong mobs

This commit is contained in:
Anewbe
2016-05-29 16:07:19 -05:00
parent 9b7c17a883
commit 8d470f6989
2 changed files with 37 additions and 2 deletions

View File

@@ -46,4 +46,27 @@
harm_intent_damage = 5
melee_damage_lower = 8
melee_damage_upper = 25
melee_damage_upper = 25
/mob/living/simple_animal/hostile/creature/strong/cult
faction = "cult"
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
supernatural = 1
/mob/living/simple_animal/hostile/creature/cult/cultify()
return
/mob/living/simple_animal/hostile/creature/cult/Life()
..()
check_horde()

View File

@@ -68,4 +68,16 @@
harm_intent_damage = 5
melee_damage_lower = 7
melee_damage_upper = 20
melee_damage_upper = 20
/mob/living/simple_animal/hostile/faithless/strong/cult
faction = "cult"
supernatural = 1
/mob/living/simple_animal/hostile/faithless/cult/cultify()
return
/mob/living/simple_animal/hostile/faithless/cult/Life()
..()
check_horde()