Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes "Bloodless monsters can still get bled by butchery, leave blood splatter on ranged hits" #62189

Merged
merged 5 commits into from Nov 17, 2022

Commits on Nov 12, 2022

  1. There is no bleeding if the rate is zero.

    Refer to doc/MONSTERS.md "bleed immunity"
    alef committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    7734b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4baa4e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2af53d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Check for bleed_rate > 0

    Co-authored-by: dseguin <davidseguin@live.ca>
    alef and dseguin committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cd6e451 View commit details
    Browse the repository at this point in the history
  2. Make blood_type explicit

    Co-authored-by: dseguin <davidseguin@live.ca>
    alef and dseguin committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ecc124c View commit details
    Browse the repository at this point in the history