From 5f19080fec9aa44b36637f171a5f7968c573bc5d Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:30:33 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> --- code/modules/clothing/suits/cardborg_suit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/suits/cardborg_suit.dm b/code/modules/clothing/suits/cardborg_suit.dm index 86635cdd341..b47d117fdbb 100644 --- a/code/modules/clothing/suits/cardborg_suit.dm +++ b/code/modules/clothing/suits/cardborg_suit.dm @@ -21,11 +21,11 @@ CONTENTS: flags = BLOCKHAIR flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEEARS flags_cover = HEADCOVERSEYES - // You appear to be this when examined instead of your mob's actual species. Also used to verify the helmet and suit are in a matching set. + /// You appear to be this when examined instead of your mob's actual species. Also used to verify the helmet and suit are in a matching set. species_disguise = "High-tech robot" /// All the borg skins that this can disguise you as. var/list/available_disguises = list("Standard") - // Extended description, currently shared with all the sub-types. Easy to add indvidual ones later if someone decides that. + /// Extended description, currently shared with all the sub-types. Easy to add indvidual ones later if someone decides that. var/extended_desc = "For reasons unknown to robotics experts across the galaxy, putting on a costume fashioned out of cardboard with some knobbly bits stuck on, \ some buttons drawn on in pen, and moving in a stereotypical 'robotic' fashion causes the wearer to be percieved as being an actual robot by other robots, \ cyborgs, and AI systems. The mechanism behind this is not understood, but they may use contextual information and other clues in order to see through the ruse. \