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

Breathing - Add/Improve Pneumothoraces #678

Open
wants to merge 21 commits into
base: dev-Tomcat
Choose a base branch
from

Conversation

Cplhardcore
Copy link
Contributor

When merged this pull request will:

  • Allow for bilateral pneumothoraces/ tension pneumothoraces/ hemopneumothoraces
  • Adds hardcore treatment options

TODO
Fix the zeus menu
Look at how MJ does surgery and modify it into a chest tube minigame

IMPORTANT

  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

@mazinskihenry
Copy link
Contributor

mazinskihenry commented Jan 14, 2025

(_patient getVariable [QGVAR(tensionpneumothorax), [false, false]] select 0) || (_patient getVariable [QGVAR(tensionpneumothorax), [false, false]] select 1) ||(_patient getVariable [QGVAR(hemopneumothorax), [false, false]] select 0) || (_patient getVariable [QGVAR(hemopneumothorax), [false, false]] select 1)

This block is super unwieldy whenever it shows up, and it shows up ALL THE TIME. Is is possible to condense these down like how fractures work, where we just use number counts to check the state of each lung? So something like QGVAR(lungState), [0,0]?

@mazinskihenry mazinskihenry added the kind/feature request Release Notes: **ADDED:** label Jan 15, 2025
@mazinskihenry mazinskihenry added this to the Ongoing milestone Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature request Release Notes: **ADDED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants