Skip to content

Commit

Permalink
Carrier buff (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowEmiya authored Nov 22, 2024
1 parent dca527a commit daa1b05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/embryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
counter += 2.5 //Doubles larval growth progress. Burst time in ~3 min.
adjust_boost_timer(-1)

if(stage < 5 && counter >= 120)
if(stage < 5 && counter >= 100)
counter = 0
stage++
log_combat(affected_mob, null, "had their embryo advance to stage [stage]")
Expand Down
6 changes: 0 additions & 6 deletions code/modules/mob/living/carbon/xenomorph/facehuggers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@
if(species?.species_flags & (IS_SYNTHETIC|ROBOTIC_LIMBS))
return FALSE

if(on_fire)
return FALSE

if(check_mask)
if(wear_mask)
var/obj/item/W = wear_mask
Expand Down Expand Up @@ -667,9 +664,6 @@
proj.ammo.on_hit_obj(src, proj)
return TRUE

/obj/item/clothing/mask/facehugger/fire_act(burn_level, flame_color)
kill_hugger()

/obj/item/clothing/mask/facehugger/dropped(mob/user)
. = ..()
go_idle()
Expand Down

0 comments on commit daa1b05

Please sign in to comment.