mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
AI no longer interfaces with xenoarch artifacts (#11511)
This commit is contained in:
@@ -324,3 +324,8 @@
|
||||
my_effect.UpdateMove()
|
||||
if(secondary_effect)
|
||||
secondary_effect.UpdateMove()
|
||||
|
||||
/obj/machinery/artifact/attack_ai(mob/user) //AI can't interfact with weird artifacts. Borgs can but not remotely.
|
||||
if(!isrobot(user) || !Adjacent(user))
|
||||
return
|
||||
return ..()
|
||||
Reference in New Issue
Block a user