We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a082d02 commit 4a264a6Copy full SHA for 4a264a6
code/modules/mob/living/simple_animal/hostile/retaliate/retaliate.dm
@@ -6,7 +6,7 @@
6
/mob/living/simple_animal/hostile/retaliate/Found(var/atom/A)
7
if(isliving(A))
8
var/mob/living/L = A
9
- if(L.stat < stat_threshold)
+ if(L.stat < stat_calm_threshold)
10
stance = HOSTILE_STANCE_ATTACK
11
return L
12
else if(!L.reagents || !L.reagents.has_reagent(KILLERPHEROMONES))
0 commit comments