moves ai upgrades to new attack chain, fixes bugs (#28668)

* ai upgrade fix

* duplicate icon and icon state
This commit is contained in:
Qwertytoforty
2025-03-15 04:15:19 -04:00
committed by GitHub
parent 587767c230
commit 459ab2d565
5 changed files with 25 additions and 16 deletions
@@ -159,9 +159,9 @@ GLOBAL_LIST_EMPTY(telecomms_trap_tank)
new /obj/item/documents/syndicate/dvorak_blackbox(get_turf(src))
if(prob(50))
if(prob(80))
new /obj/item/surveillance_upgrade(get_turf(src))
new /obj/item/ai_upgrade/surveillance_upgrade(get_turf(src))
else // 10% chance
new /obj/item/malf_upgrade(get_turf(src))
new /obj/item/ai_upgrade/malf_upgrade(get_turf(src))
return ..()
/obj/structure/telecomms_trap_tank