Skip to content

Commit

Permalink
removes facehugger plasma (#6558)
Browse files Browse the repository at this point in the history
# About the pull request

Facehuggers have no plasma, their abilities don't use plasma, they don't
have any reason to have plasma, just HUD clutter.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
qol: Facehuggers no longer show as having any plasma

/:cl:
  • Loading branch information
private-tristan committed Jun 27, 2024
1 parent 31e1ffb commit e3e59ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/datum/caste_datum/facehugger
caste_type = XENO_CASTE_FACEHUGGER
tier = 0
plasma_gain = 0.1
plasma_max = 10
plasma_gain = XENO_PLASMA_GAIN_TIER_1
plasma_max = XENO_NO_PLASMA
melee_damage_lower = 5
melee_damage_upper = 5
max_health = XENO_HEALTH_LARVA
Expand Down

0 comments on commit e3e59ff

Please sign in to comment.