mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Fixes primary AI spawning at incorrect locations
This commit is contained in:
@@ -334,6 +334,7 @@
|
||||
if(locate(/mob/living/silicon/ai) in sloc.loc)
|
||||
continue
|
||||
if(sloc.primary_ai)
|
||||
LAZYCLEARLIST(landmark_loc)
|
||||
landmark_loc += sloc.loc
|
||||
break
|
||||
landmark_loc += sloc.loc
|
||||
|
||||
Reference in New Issue
Block a user