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"