-
Notifications
You must be signed in to change notification settings - Fork 739
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
Medical AI - Adjust healing logic for rewrite #6902
Conversation
PabstMirror
commented
Mar 30, 2019
- move state machine from config to sqf
- move all healing logic to seperate func
- attempt to handle healing for new system
- move state machine from config to sqf - move all healing logic to seperate func - attempt to handle healing for new system
So I gave this a very quick code review and can't see anything incorrect. If I remember right from the meeting these changes have been playtested somewhat too. Needs to be updated for the fracture stuff, but that doesn't seem too hard. Only thing that could perhaps be improved is the way wounds are being chosen to bandage (currently just first open is used) - this might be easier once we optimise wound storage down the line though. I reckon if fracture handling is added we should get this merged and tweak from there. |
Conflicts: addons/medical_ai/stringtable.xml
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, some comments on formatting.