Reduces Juggernaut laser resistance (#28290)

* reduces juggernaut laser resistance

* documentation
This commit is contained in:
Coolrune206
2025-02-13 01:45:32 +00:00
committed by GitHub
parent de79795367
commit b5b78b7205
@@ -141,7 +141,7 @@
/mob/living/simple_animal/hostile/construct/armoured/bullet_act(obj/item/projectile/P)
if(P.is_reflectable(REFLECTABILITY_ENERGY))
if(P.damage_type == BRUTE || P.damage_type == BURN)
adjustBruteLoss(P.damage * 0.6) // 21 hit with security laser gun
adjustBruteLoss(P.damage * 0.8) // 16 hit with security laser gun
P.on_hit(src)
return FALSE
return ..()