Skip to content

Commit

Permalink
add comment and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 15, 2023
1 parent a267fd3 commit 50b8a9c
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 @@ -492,6 +492,7 @@
icon_state = "xeno_telegraph_base"
mouse_opacity = MOUSE_OPACITY_TRANSPARENT

/// Icon is by default a white sprite, provide an rgb hex code #RRGGBB argument to change.
/obj/effect/xenomorph/xeno_telegraph/New(loc, ttl = 10, color = null)
..(loc)
if(color)
Expand All @@ -507,12 +508,12 @@
/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.
/obj/effect/xenomorph/xeno_telegraph/abduct_hook
icon_state = "xeno_telegraph_abduct_hook_anim"

/obj/effect/xenomorph/xeno_telegraph/lash
icon_state = "xeno_telegraph_lash"
color = COLOUR_BROWN

/obj/effect/xenomorph/acid_damage_delay
name = "???"
Expand Down

0 comments on commit 50b8a9c

Please sign in to comment.