Skip to content

Commit

Permalink
Update code/modules/mob/living/simple_animal/hostile/hostile.dm
Browse files Browse the repository at this point in the history
Co-authored-by: [̸R̵e̵d̴a̴c̶t̸e̸d̴]̵ <[email protected]>
  • Loading branch information
InsightfulParasite and LanceSmites328 authored Dec 6, 2023
1 parent 3629cee commit 73ce013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/hostile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
. = 0

//If your farther than 5 tiles from us you suffer the max 50 of hate penalty.
. -= clamp(get_dist(src,target_thing) * 10,0,50)
. -= clamp(get_dist(targets_from, target_thing) * 10,0,50)

//This is in order to make mobs not instantly reaggro on mobs they lost patience on.
if(isnum(target_memory[target_thing]))
Expand Down

0 comments on commit 73ce013

Please sign in to comment.