-
Notifications
You must be signed in to change notification settings - Fork 103
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
Pharma - Disable Painkiller stacking #459
Pharma - Disable Painkiller stacking #459
Conversation
@@ -21,9 +21,10 @@ | |||
*/ | |||
|
|||
params ["_medic", "_patient", "_bodyPart", "_classname", "", "_usedItem"]; | |||
private _count1 = [_patient, "Painkillers"] call ACEFUNC(medical_status,getMedicationCount); |
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 would rename it personally, count1 is not good name
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.
Renamed to painkillerscount
Small issue i realized, if you take a painkiller while you have the effects of a previous dose in your system, the pain suppression will run out and not be replenished |
Closing this as there is no current way to add time onto an already active pain suppression source without it stacking |
When merged this pull request will:
Add the ability to prevent painkillers pain suppression from stacking, requiring the need for higher level painkillers to be used
It adds a CBA setting to enable the stacking effect or disable it along with edits to fnc_treatmentAdvanced_Painkillers.sqf
Will need localization
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.