Skip to content

Commit

Permalink
no necromancy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 28, 2023
1 parent 4f84ce8 commit b653a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/reagents/chemistry_properties/prop_neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

if(method == INGEST && isxeno(target_mob))
var/mob/living/carbon/xenomorph/xeno = target_mob
if(xeno.stat == DEAD)
if(xeno.health < xeno.maxHealth || xeno.plasma_stored < xeno.plasma_max)
xeno.gain_health(holder.nutriment_factor * level * 4)
xeno.gain_plasma(holder.nutriment_factor * level * 4)
Expand Down

0 comments on commit b653a6b

Please sign in to comment.