From e012b8f0828c3c388cec8bd99f9248fb1b40bc59 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Thu, 1 Oct 2020 17:18:28 +0200 Subject: [PATCH] typo --- code/game/objects/items/robot/robot_upgrades.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 7b5b234a90..9f098bc16c 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -28,8 +28,8 @@ return TRUE /* -This proc gets called by upgrades after installing them. Use this for things that for example need to be moved into a specific borg module, -as performing this in action() will cause the module to end up in the borg instead of its intended location due to forceMove() being called afterwards.. +This proc gets called by upgrades after installing them. Use this for things that for example need to be moved into a specific borg item, +as performing this in action() will cause the upgrade to end up in the borg instead of its intended location due to forceMove() being called afterwards.. */ /obj/item/borg/upgrade/proc/afterInstall(mob/living/silicon/robot/R, user = usr) return