Skip to content

Commit

Permalink
balance is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 27, 2023
1 parent c4e5fb0 commit a7525c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry_properties/prop_neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
if(method == INGEST && isxeno(M))
var/mob/living/carbon/xenomorph/xeno = M
if(xeno.health < xeno.maxHealth)
xeno.gain_health(holder.nutriment_factor * level * 2.5)
xeno.gain_health(holder.nutriment_factor * level * 4)
xeno.flick_heal_overlay(1 SECONDS, "#666d09")
xeno.reagents.remove_reagent("nutriment", volume, TRUE) //xenos don't process chems so we don't want it to max at 100u
holder.on_delete()
Expand Down

0 comments on commit a7525c8

Please sign in to comment.