Skip to content

Cargo - Fix ViV objects from being able to be loaded into ACE Cargo#11094

Merged
LinkIsGrim merged 2 commits intoacemod:masterfrom
DartRuffian:cargo/dont-load-viv-objects
Oct 12, 2025
Merged

Cargo - Fix ViV objects from being able to be loaded into ACE Cargo#11094
LinkIsGrim merged 2 commits intoacemod:masterfrom
DartRuffian:cargo/dont-load-viv-objects

Conversation

@DartRuffian
Copy link
Copy Markdown
Contributor

When merged this pull request will:

  • Prevent objects that are loaded into ViV from being able to be loaded into ACE Cargo

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.


private _validItem = if (_item isEqualType objNull) then {
alive _item
alive _item && isNull (isVehicleCargo _item);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

what a terrible name for that command

Copy link
Copy Markdown
Contributor Author

@DartRuffian DartRuffian Oct 13, 2025

Choose a reason for hiding this comment

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

Why? Oh you probably mean because it returns the carrier object

@LinkIsGrim LinkIsGrim added the kind/bug-fix Release Notes: **FIXED:** label Oct 12, 2025
@LinkIsGrim LinkIsGrim added this to the 3.20.1 milestone Oct 12, 2025
@LinkIsGrim LinkIsGrim merged commit 2a7a1ec into acemod:master Oct 12, 2025
3 checks passed
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