-
Notifications
You must be signed in to change notification settings - Fork 738
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
Add Separate Treatment Times for Exceeding Required Skill level #10696
Conversation
Co-authored-by: PabstMirror <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo fixes.
Co-authored-by: Jouni Järvinen <[email protected]>
Co-authored-by: Jouni Järvinen <[email protected]>
Co-authored-by: Jouni Järvinen <[email protected]>
Co-authored-by: Jouni Järvinen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested it, works just fine. My changes are because I feel like it doesn't flow very well when reading it.
Just my two cents, have either a setting that designates a level at which someone is skilled (eg, doctor only or medic and doctor) or split it up further so that's there's a value for doctors and one for medics |
Co-authored-by: Mike-MF <[email protected]>
Co-authored-by: Mike-MF <[email protected]>
Co-authored-by: Mike-MF <[email protected]>
Co-authored-by: Mike-MF <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
@@ -30,16 +30,17 @@ if !(_this call FUNC(canTreat)) exitWith {false}; | |||
private _config = configFile >> QGVAR(actions) >> _classname; | |||
|
|||
// Get treatment time from config, exit if treatment time is zero |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally, I'd rather a unit be considered skilled if it has required medic level for treatment + 1.
Stringtables would need to be changed to reflect this. Up to you, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may mess with this idea. But I'd rather the PR as it get in if it's not a simple implementation Turns out it was relatively easy.
addons/fire/compat_medical_engine/ACE_Medical_Treatment_Actions.hpp
Outdated
Show resolved
Hide resolved
…s.hpp Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
Co-authored-by: PabstMirror <[email protected]>
When merged this pull request will:
Add "Skilled" Variants of the treatment time setting for
"Skilled" is defined as exceeding the required skill level for treatment.
Eg If anyone can do it then skilled is Medic or Doctor
If a Medic is required, then Skilled is a Doctor
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.