Skip to content

Commit

Permalink
Фикс ГЦ ИИ (#247)
Browse files Browse the repository at this point in the history
* Update ai.dm

Signed-off-by: Waselon <[email protected]>

* Update ai.dm

Signed-off-by: Waselon <[email protected]>

---------

Signed-off-by: Waselon <[email protected]>
  • Loading branch information
Waselon authored Sep 7, 2024
1 parent 01aca60 commit 47324d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/silicon/ai/ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
UnregisterSignal(SSdcs, COMSIG_GLOB_CLONE_PRODUCED)
UnregisterSignal(SSdcs, COMSIG_GLOB_HOLOPAD_AI_CALLED)
QDEL_NULL(mini)
QDEL_NULL(current_order)
QDEL_NULL(eyeobj)
for(var/datum/action/action_to_remove AS in actions)
action_to_remove.target = null
return ..()

///Print order visual to all marines squad hud and give them an arrow to follow the waypoint
Expand Down

0 comments on commit 47324d2

Please sign in to comment.