Skip to content

Commit

Permalink
Update autodoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Dec 15, 2023
1 parent 50b8a9c commit d067893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/effects/aliens.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d067893

Please sign in to comment.