mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 19:07:26 +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 ..()
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Doxxmedearly
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "AI can no longer interact with xenoarchaeology artifacts. Borgs still can if they are adjacent to it."
|
||||
Reference in New Issue
Block a user