Skip to content

Commit

Permalink
Update xeno_defines.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill <[email protected]>
  • Loading branch information
Tatarla authored Dec 6, 2024
1 parent 38c7b9f commit 2ccf553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GLOBAL_LIST_INIT(strain_list, init_glob_strain_list())
hand = 1 //Make right hand active by default. 0 is left hand, mob defines it as null normally
see_in_dark = 8
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE
sight = SEE_SELF|SEE_MOBS
sight = SEE_SELF|SEE_TURFS|SEE_MOBS
appearance_flags = TILE_BOUND|PIXEL_SCALE|KEEP_TOGETHER|LONG_GLIDE
see_infrared = TRUE
hud_type = /datum/hud/alien
Expand Down

0 comments on commit 2ccf553

Please sign in to comment.