uksf / modpack

UKSF SR3 Mod Development and Issue/Feature Tracking
GNU General Public License v3.0
8 stars 3 forks source link

Ace Medical - CPR not returning heart rate #1029

Closed Sakuria566 closed 5 months ago

Sakuria566 commented 5 months ago

Description

CPR appears to have 0 chance to return a heart rate to a T1 patient.

Expected Behaviour

CPR should eventually return a heart rate to a T1

Steps to Reproduce

tbeswick96 commented 5 months ago

Caused by https://github.com/acemod/ACE3/pull/9360 This adds some level of oxygen simulation, isn't used by much currently but does affect heart rate changes.

CPR is causing the patient to come out of CA, but their heart rate then spikes due to the oxygen saturation being so low which spikes the HR which spikes the BP which drops them back into CA. I assume the maths for the spo2 values is just missing something. I'll disable it until it's fixed on ACE's side