Skip to content

Commit

Permalink
proper layer for eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Jan 16, 2024
1 parent 9cf756e commit f057c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/structures/egg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
icon_state = "Egg Growing"
density = FALSE
anchored = TRUE
layer = BELOW_TABLE_LAYER //so facehuggers will be above the eggs
layer = RESIN_STRUCTURE_LAYER //so facehuggers will be above the eggs
health = 80
plane = GAME_PLANE
var/list/egg_triggers = list()
Expand Down

0 comments on commit f057c06

Please sign in to comment.