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

Pharma - Improve - Medication - Pharmacokinetics and Delivery #593

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

Conversation

Cplhardcore
Copy link
Contributor

@Cplhardcore Cplhardcore commented Sep 5, 2024

When merged this pull request will:

  • Rework the entire medication system to be more in line with IRL, with multiple routes for medication delivery and improved pharmacokinetics

TODO
[x] Move all medications to the new system
[x] Add icons to all new items
[x] Rework effects of all medications to be more variable
[x] Implement Medication Drawing system for the syringes
[x] add new IVs

NOTE, This PR and its Sister (effects and ODs) need ACE PR acemod/ACE3#10393

IMPORTANT

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

@MiszczuZPolski MiszczuZPolski added this to the Ongoing milestone Oct 5, 2024
displayName = CSTRING(push_EACA_IV_3);
displayNameProgress = CSTRING(pushing_EACA_IV_3);
items[] = {"kat_syringe_eaca_5ml_3"};
callbackSuccess = QFUNC(medication);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you inherit this value from "parent" so why do you repeat it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because when i don't, it breaks, as seeing how everything else in kam has a callbackSuccess = QFUNC(medication); entry, I decided to not touch it

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean it breaks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesnt work, the medication injects and does nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants