fixes republicons bleeding (#8767)

This commit is contained in:
Matt Atlas
2020-04-27 12:27:44 -03:00
committed by GitHub
parent cab929e811
commit a3e432f51f
2 changed files with 44 additions and 0 deletions
@@ -63,6 +63,9 @@
add_language(LANGUAGE_SIIK_MAAS)
set_default_language(LANGUAGE_SIIK_MAAS)
/mob/living/simple_animal/hostile/republicon/get_bullet_impact_effect_type(var/def_zone)
return BULLET_IMPACT_METAL
/mob/living/simple_animal/hostile/republicon/validator_living(var/mob/living/L, var/atom/current)
if((L.faction == src.faction) && !attack_same)
return FALSE