Skip to content

Commit

Permalink
[MIRROR] xenomorph larva can evolve again (#5220)
Browse files Browse the repository at this point in the history
* xenomorph larva can evolve again (#4663)

weh

* [MIRROR] xenomorph larva can evolve again

---------

Co-authored-by: Kocma-san <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 017178a commit 7f0d9ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions code/modules/mob/living/carbon/alien/larva/powers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@

return TRUE

//NOVA EDIT REMOVAL BEGIN - NOVA_XENO_REDO - Moved to: modular_nova\modules\xenos_nova_redo\code\xeno_types\larva.dm
/*
/datum/action/cooldown/alien/larva_evolve/Activate(atom/target)
var/mob/living/carbon/alien/larva/larva = owner
var/static/list/caste_options
Expand Down Expand Up @@ -103,5 +101,3 @@

larva.alien_evolve(new_xeno)
return TRUE
*/
//NOVA EDIT REMOVAL END
4 changes: 0 additions & 4 deletions code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@
apply_damage(damage, BRUTE, affecting, run_armor_check(affecting, MELEE))
return TRUE

//NOVA EDIT REMOVAL BEGIN - NOVA_XENO_REDO - Moved to: modular_nova\modules\xenos_nova_redo\code\human_defense.dm
/*
/mob/living/carbon/human/attack_alien(mob/living/carbon/alien/adult/user, list/modifiers)
. = ..()
if(!.)
Expand Down Expand Up @@ -253,8 +251,6 @@
if(!dismembering_strike(user, user.zone_selected)) //Dismemberment successful
return TRUE
apply_damage(damage, BRUTE, affecting, armor_block)
*/
//NOVA EDIT REMOVAL END


/mob/living/carbon/human/attack_larva(mob/living/carbon/alien/larva/L, list/modifiers)
Expand Down

0 comments on commit 7f0d9ec

Please sign in to comment.