Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/damage_procs.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Helg2 <[email protected]>
  • Loading branch information
Helg2 authored Dec 26, 2024
1 parent e483462 commit c9a153f
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 *= (1 - warding_aura*0.025) // %damage decrease per level. Max base level is 6 (king)
damage *= (1 - warding_aura * 0.025) // %damage decrease per level. Max base level is 6 (king)

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

0 comments on commit c9a153f

Please sign in to comment.