Merge pull request #12863 from Citadel-Station-13/clownops

clown mobss are now allied to each other and clownops are now allied to clown mobs
This commit is contained in:
Lin
2020-07-26 17:51:00 -05:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -37,6 +37,10 @@
var/banana_type = /obj/item/grown/bananapeel
var/attack_reagent
/mob/living/simple_animal/hostile/retaliate/clown/Initialize(mapload)
. = ..()
faction |= "clown"
/mob/living/simple_animal/hostile/retaliate/clown/handle_temperature_damage()
if(bodytemperature < minbodytemp)
adjustBruteLoss(10)