Skip to content

Commit

Permalink
Merge pull request #3531 from TalkingCactus/idleybois
Browse files Browse the repository at this point in the history
Idleybois
  • Loading branch information
Tk420634 authored Oct 21, 2023
2 parents 88c411e + 2ab24a0 commit 25e3a41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,7 @@ GLOBAL_LIST_EMPTY(playmob_cooldowns)

/mob/living/simple_animal/Destroy()
GLOB.simple_animals[AIStatus] -= src
if (SSnpcpool.state == SS_PAUSED && LAZYLEN(SSnpcpool.currentrun))
SSnpcpool.currentrun -= src
SSnpcpool.currentrun -= src
sever_link_to_nest()
if(make_a_nest)
QDEL_NULL(make_a_nest)
Expand Down

0 comments on commit 25e3a41

Please sign in to comment.