Skip to content

Commit

Permalink
Fixes AI double spawning (#16249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldip999 authored Jul 6, 2024
1 parent e6d47b1 commit 5e6a32b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/mob/living/silicon/ai/ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
var/datum/job/terragov/silicon/ai/ai_job = SSjob.GetJobType(/datum/job/terragov/silicon/ai)
if(!ai_job)
stack_trace("Unemployment has reached to an AI, who has failed to find a job.")
apply_assigned_role_to_spawn(ai_job)

GLOB.ai_list += src
var/datum/atom_hud/H = GLOB.huds[DATA_HUD_SQUAD_TERRAGOV]
Expand Down

0 comments on commit 5e6a32b

Please sign in to comment.