Prevent AI shells from building more AI shells.

This commit is contained in:
Kenzie Houser
2024-10-04 19:33:32 -04:00
parent 07d9b0160b
commit ba0999addf
2 changed files with 4 additions and 1 deletions
@@ -164,6 +164,9 @@
if(istype(W, /obj/item/mmi))
var/obj/item/mmi/M = W
if (isshell(user) && istype(W, /obj/item/mmi/inert/ai_remote))
to_chat(user, span_warning("Your hardware prohibits you from self-replicating."))
return
if(check_completion())
if(!istype(loc,/turf))
to_chat(user, span_warning("You can't put \the [W] in, the frame has to be standing on the ground to be perfectly precise."))