From 64bd17516a830b07c7c2cea1a07c111bee9925fd Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:29:50 +0200 Subject: [PATCH] [MIRROR] Clarify what the Medical Cyborg Omnitool Upgrade does (#29333) * Clarify what the Medical Cyborg Omnitool Upgrade does (#85729) ## About The Pull Request Changed the text of the medical cyborg omnitool upgrade to specify it increases surgery speed, and adds the advanced scanner. ## Why It's Good For The Game I had a hard time figuring what this upgrade does. This should make it clearer for everyone why it is good, given it has not much visual feedback. ## Changelog :cl: qol: Clarified what the Medical Cyborg Omnitool Upgrade does /:cl: * Clarify what the Medical Cyborg Omnitool Upgrade does --------- Co-authored-by: nesquik <24830358+lbnesquik@users.noreply.github.com> --- code/game/objects/items/robot/robot_upgrades.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 235b6a3bd08..2bcd23c8379 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -430,7 +430,8 @@ /obj/item/borg/upgrade/surgery_omnitool name = "cyborg surgical omni-tool upgrade" desc = "An upgrade to the Medical model, upgrading the built-in \ - surgical omnitool, to be on par with advanced surgical tools" + surgical omnitool, to be on par with advanced surgical tools, allowing for faster surgery. \ + It also upgrades their scanner." icon_state = "module_medical" require_model = TRUE model_type = list(/obj/item/robot_model/medical, /obj/item/robot_model/syndicate_medical)