diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 4b87c58ff21..75748a9dc98 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -34,7 +34,7 @@ if(!user.drop_item()) to_chat(user, "\The [src] is stuck to your hand, you cannot install it in [R]") return FALSE - if(!do_install(user, R)) + if(!do_install(R)) return after_install(R) if(delete_after_install)