Allows the robot sheet snatcher to be upgraded (#19149)

* Allosws the robot sheet snatcher to be upgraded

* .

* .

* .

* should be there

* .
This commit is contained in:
Kashargul
2026-02-08 17:45:59 +01:00
committed by GitHub
parent 53a508d192
commit 1ba50d0d5a
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()