Skip to content

Commit

Permalink
final_2
Browse files Browse the repository at this point in the history
  • Loading branch information
RUTGMC4429 committed Dec 26, 2024
1 parent 7d63e62 commit eaabcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/damage_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

// WARDING PHEROMONES EFFECT
if(warding_aura)
damage = damage * (1 - warding_aura*0.03) // %damage decrease per level. Max base level is 6 (king)
damage *= (1 - warding_aura*0.03) // %damage decrease per level. Max base level is 6 (king)

if(!damage) //no damage
return FALSE
Expand Down

0 comments on commit eaabcb5

Please sign in to comment.