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

Fix ACE Arsenal interaction condition #6140

Merged
merged 2 commits into from
Feb 10, 2018

Conversation

alganthe
Copy link
Contributor

When merged this pull request will:

  • Remove the exceptions from the ace_common_fnc_canInteractWith call.

@PabstMirror PabstMirror added this to the 3.13.0 milestone Feb 10, 2018
@PabstMirror PabstMirror added the kind/bug-fix Release Notes: **FIXED:** label Feb 10, 2018
@@ -49,7 +49,7 @@ if (_global && {isMultiplayer} && {{_object in _x} count GVAR(EHIDArray) == 0})
{
params ["_target", "_player"];

[_player, _target, ["isNotSwimming", "isNotCarrying", "isNotDragging", "notOnMap", "isNotEscorting", "isNotOnLadder"]] call EFUNC(common,canInteractWith)
[_player, _target, []] call EFUNC(common,canInteractWith)
Copy link
Contributor

Choose a reason for hiding this comment

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

[] can be omitted :)

@PabstMirror PabstMirror merged commit 04191e3 into acemod:master Feb 10, 2018
@PabstMirror PabstMirror modified the milestones: 3.13.0, 3.12.2 Apr 2, 2018
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
* Fix ACE Arsenal interaction condition

* Remove empty array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants