mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user