Skip to content

Commit

Permalink
aggressive qdelqing
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Oct 5, 2023
1 parent 48cfba2 commit 1fd5d3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,10 @@ GLOBAL_LIST_EMPTY(playmob_cooldowns)
var/datum/component/comp = GetComponent(/datum/component/spawner)
if(comp)
qdel(comp)
for(var/comp in datum_components)
var/datum/component/C = datum_components[comp]
if(C)
qdel(C)
movement_type &= ~FLYING
unstamcrit()

Expand Down

0 comments on commit 1fd5d3c

Please sign in to comment.