-
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
Chemical - Improve various aspects #597
Chemical - Improve various aspects #597
Conversation
3edf2ef
to
9f8647e
Compare
…nto chemicalFix
Review done. Everything seems to be in order |
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 otherwise
if (!_enable || _tear == 0) exitWith { | ||
if (GVAR(tearHaze) != -1) then { GVAR(tearHaze) ppEffectEnable false; }; | ||
}; | ||
if (GVAR(tearHaze) != -1) then { GVAR(tearHaze) ppEffectEnable true; }; |
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 hate this. Don't have a better alternative, but I hate this.
}; | ||
if (GVAR(tearHaze) != -1) then { GVAR(tearHaze) ppEffectEnable true; }; | ||
|
||
GVAR(tearHaze) ppEffectAdjust [1.5,0.3,0.3,1.02,1.02,1.02,1.02,0.05,0.01,0.05,0.01,0.1,0.1,0.2,0.2]; |
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.
Holy magic numbers, batman
bbbfde3
into
KAT-Advanced-Medical:dev-Tomcat
When merged this pull request will:
More to come I guess
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.