mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
moves ai upgrades to new attack chain, fixes bugs (#28668)
* ai upgrade fix * duplicate icon and icon state
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user