acemod / ACE-Anvil

Open-source realism mod for Arma Reforger
https://anvil.acemod.org
GNU General Public License v2.0
39 stars 19 forks source link

Medical - Add framework for pain dynamics || Improve code readability and error handling #95

Open fedoraman737 opened 3 months ago

fedoraman737 commented 3 months ago

When merged this pull request will:

veteran29 commented 3 months ago
  • Add a framework for dynamic pain management, providing more detailed control over pain thresholds and their effects.
  • Enhance error handling with added null checks and logging for critical operations.
  • Ensure consistent state replication across the network using RplProp for key variables.

I don't see any of this in the PR, and in general it would make sense to keep them separate from the minor refactor so it's easier to review.