Skip to content

Commit

Permalink
Update ai.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Waselon <[email protected]>
  • Loading branch information
Waselon authored Sep 7, 2024
1 parent ee174d4 commit 6c40cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/silicon/ai/ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@
QDEL_NULL(mini)
QDEL_NULL(current_order)
QDEL_NULL(eyeobj)
for(var/a in actions)
var/datum/action/action_to_remove = a
for(var/datum/action/action_to_remove AS in actions)
action_to_remove.target = null
return ..()

Expand Down

0 comments on commit 6c40cf0

Please sign in to comment.