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

Adds a low-count painkiller alternative #583

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2024

  1. Adds a low-count painkiller alternative

    This is a first pass try - it is very much a WIP. I still need to test it.
    
    BourbonWarfare#582
    
    and
    
    BourbonWarfare/bwmf#203 (comment)
    
    This is the aforementioned "blister pack" of painkillers.
    
    - Only has 2 uses compared to the 10 that the bottle has
    
    - Intent is to be issued in the basic kit so supplement medic capacity to treat pain
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2dbdf6b View commit details
    Browse the repository at this point in the history
  2. Forgot to update config.cpp

    Added Painkiller_Patch.hpp to #include order.
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0922688 View commit details
    Browse the repository at this point in the history
  3. Requested Fixes

    - Split original Painkiller_Patch.hpp into their respective files (CfgMagazines.hpp, CfgVehicles.hpp, CfgWeapons.hpp)
    
    - Fixed image pathing per HEMTT
    
    - Removed redundant line in ACE_Medical_Treatment_Actions.hpp
    
    - Updated config.cpp to include the new broken out files
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cc6cf1b View commit details
    Browse the repository at this point in the history
  4. Broke-out Naloxone_Patch.hpp

    Moved the CfgVehicles and CfgWeapons sections from Naloxone_Patch.hpp to the new broken-out files CfgVehicles.hpp and CfgWeapons.hpp
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0054edf View commit details
    Browse the repository at this point in the history
  5. Fixed multiple defines

    I'm dumb... Fixed the duplicate CfgVehicles and CfgWeapons.
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e5fcdc4 View commit details
    Browse the repository at this point in the history
  6. Moved ace_medical_treatment to config.cpp

    Moved the ace_medical_treatment sections from their respective files (Naloxone_Patch.hpp, Painkiller_Patch.hpp) to config.cpp to consolidate and remove multiple defines.
    
    Can rebase elsewhere if this solution is a no-go!
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c431419 View commit details
    Browse the repository at this point in the history
  7. Breaks out ace_medical_treatment

    Moves the ace_medical_treatment section to its own file "ACE_Medical_Treatment.hpp"
    
    Added new file to includes section under config.cpp
    AChesheireCat committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8d54d0f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Properly adds pkblister item

    Thanks Pabst <3
    
    Co-authored-by: PabstMirror <[email protected]>
    AChesheireCat and PabstMirror authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dc01c53 View commit details
    Browse the repository at this point in the history
  2. add to items

    PabstMirror committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0f4f51f View commit details
    Browse the repository at this point in the history