-
Notifications
You must be signed in to change notification settings - Fork 101
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
Airway - Add Manual Suction Pump #453
Airway - Add Manual Suction Pump #453
Conversation
look at consumeItem, but it depends on what you want to achieve |
it's my work!
Reason of why order reversed: because I don't want to set consumeItem = 1; again.
I referred IV Reuse config. Should I put it in AcuvacLocal?
Change ACCUVAC item name to upper case Remove ACCUVAC from the action name of ACCUVAC to make it concise. Delete "pump" from the action name of "manual suction pump"
Add switching playSound3D for Manual or Accuvac
Added a special sound to the manual pump at start treatment. Adjusted the tempo and length of the sound when a manual pump suction is successful (edited version old suction sound). Rename Accuvac sounds to prevent confusion.
add 1 sec blank
in game test complete |
This reverts commit 7de2c94.
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.
Looks good to me.
addons/airway/CfgWeapons.hpp
Outdated
picture = QPATHTOF(ui\suction_normal.paa); | ||
ACE_isMedicalItem = 1; | ||
class ItemInfo: CBA_MiscItem_ItemInfo { | ||
mass = 1.5; |
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.
change to a lower more realistic number. 1.5 is quite big.
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.
changed
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.
Everything matches out, @MiszczuZPolski ready to merge now.
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.
LGTM
2897cea
into
KAT-Advanced-Medical:dev-Tomcat
When merged this pull request will:
Manual Suction Pump
(almost same as ACCUVAC but it disposable and long use time). Disposable features can be optionally disabled or enabled. Of course, you can change the time.Airway Suction
at EN.Airway Suction
at EN). This is treated as the same treatment display name as Manual Suction Pump.Todo:
Picture of item:
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.