mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
[MIRROR] fix anomaly gun state (#12906)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2b5e83c843
commit
2dea2b41ea
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user