diff --git a/code/game/objects/effects/aliens.dm b/code/game/objects/effects/aliens.dm index 4e45c800f24..68d4ec66709 100644 --- a/code/game/objects/effects/aliens.dm +++ b/code/game/objects/effects/aliens.dm @@ -315,6 +315,7 @@ anchored = 1 var/health = 100 var/status = GROWING //can be GROWING, GROWN or BURST; all mutually exclusive + layer = MOB_LAYER /obj/structure/alien/egg/New() diff --git a/code/modules/mob/living/carbon/alien/special/facehugger.dm b/code/modules/mob/living/carbon/alien/special/facehugger.dm index d4f997ddf7b..8253084dc46 100644 --- a/code/modules/mob/living/carbon/alien/special/facehugger.dm +++ b/code/modules/mob/living/carbon/alien/special/facehugger.dm @@ -19,6 +19,7 @@ var/const/MAX_ACTIVE_TIME = 400 throw_range = 5 tint = 3 flags_cover = MASKCOVERSEYES | MASKCOVERSMOUTH + layer = MOB_LAYER var/stat = CONSCIOUS //UNCONSCIOUS is the idle state in this case diff --git a/html/changelogs/xxalpha-aliums.yml b/html/changelogs/xxalpha-aliums.yml index 648643239cb..dededd6093d 100644 --- a/html/changelogs/xxalpha-aliums.yml +++ b/html/changelogs/xxalpha-aliums.yml @@ -10,4 +10,5 @@ changes: - tweak: "Alien hunters will no longer be transparent when stalking, this ability was given to alien sentinels." - tweak: "Alien slashing now deals constant 20 damage but has a chance to miss." - tweak: "Reduced alien disarm stun duration vs cyborgs, from 7 seconds to 2 seconds." - - tweak: "Alien sentinels now move as fast as humans." \ No newline at end of file + - tweak: "Alien sentinels now move as fast as humans." + - tweak: "Facehuggers and alien eggs layers increased to be higher than resin walls." \ No newline at end of file