forked from seedhartha/reone
-
Notifications
You must be signed in to change notification settings - Fork 5
Implement GetNumStackedItems #5
Copy link
Copy link
Open
Labels
blockerIssues that completely or partially block progress of the game. All crashes are blockers as well.Issues that completely or partially block progress of the game. All crashes are blockers as well.good first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
blockerIssues that completely or partially block progress of the game. All crashes are blockers as well.Issues that completely or partially block progress of the game. All crashes are blockers as well.good first issueGood for newcomersGood for newcomers
This routine is used to get the number of items in the inventory. On the second level of Endar Spire, there is a terminal that needs computer spikes to overload, and a droid that needs repair parts. Scripts for both use
GetNumStackedItems, and there is no way to unlock the door without them.Workaround: change
GetNumStackedItemsto always return a value greater than ~8 to bypass the checks.