[MIRROR] fix anomaly gun state (#12906)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-07-16 20:05:01 -04:00
committed by GitHub
co-authored by Kashargul
parent 2b5e83c843
commit 2dea2b41ea
2 changed files with 6 additions and 1 deletions
@@ -1636,6 +1636,8 @@
return FALSE
if(given_type == /obj/item/borg/upgrade/restricted/advrped)
return has_upgrade_module(/obj/item/storage/part_replacer/adv)
if(given_type == /obj/item/borg/upgrade/restricted/anomalygun)
return has_upgrade_module(/obj/item/gun/energy/anomaly/mounted)
if(given_type == /obj/item/borg/upgrade/restricted/diamonddrill)
return has_upgrade_module(/obj/item/pickaxe/diamonddrill)
if(given_type == /obj/item/borg/upgrade/restricted/pka)