[MIRROR] Allows the robot sheet snatcher to be upgraded (#12393)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-08 23:59:57 +01:00
committed by GitHub
co-authored by Kashargul
parent 1f500dc659
commit 2d847d431a
7 changed files with 234 additions and 185 deletions
+1 -1
View File
@@ -330,7 +330,7 @@
U = UN
if(istype(U, /obj/item/borg/upgrade/restricted))
target.module.supported_upgrades |= new_upgrade
if(!U.action(target))
if(!U.action(ui.user, target))
return FALSE
U.loc = target
target.hud_used?.update_robot_modules_display()