From d067893b70448de7f27860b05b3a2830d9b70b03 Mon Sep 17 00:00:00 2001 From: Drathek <76988376+Drulikar@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:43:35 -0800 Subject: [PATCH] Update autodoc comments --- code/game/objects/effects/aliens.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/effects/aliens.dm b/code/game/objects/effects/aliens.dm index 0e50175f33b8..d328bb958643 100644 --- a/code/game/objects/effects/aliens.dm +++ b/code/game/objects/effects/aliens.dm @@ -508,10 +508,11 @@ /obj/effect/xenomorph/xeno_telegraph/green color = COLOUR_GREEN -///The below paths /abduct_hook and /lash have a brown icon state by and do not have a color overlay by default. +/// This has a brown icon state and does not have a color overlay by default. /obj/effect/xenomorph/xeno_telegraph/abduct_hook icon_state = "xeno_telegraph_abduct_hook_anim" +/// This has a brown icon state and does not have a color overlay by default. /obj/effect/xenomorph/xeno_telegraph/lash icon_state = "xeno_telegraph_lash"