cavalry's here

This commit is contained in:
SandPoot
2024-09-10 02:00:55 -03:00
parent 3ff65d5e9f
commit a103acd509
8 changed files with 61 additions and 43 deletions
@@ -1,16 +1,2 @@
/mob/living/silicon/ai
vore_flags = NO_VORE
/mob/living/silicon/ai/Initialize(mapload, datum/ai_laws/L, mob/target_ai)
. = ..()
if (!mapload)
return
// Creating a AI shell for the AI.
var/turf/open/T = locate() in RANGE_TURFS(1, src)
if (T)
new /mob/living/silicon/robot/shell(T)
return
// Why the fuck is the station AI completely blocked
new /mob/living/silicon/robot/shell(get_turf(src))