Skip to content

Fix for issue 26 (level 3 gatekeeper), and a div-by-0 bug in level 4 trash collector#27

Open
oshkosher wants to merge 2 commits into
ThomasFooteDQ:masterfrom
oshkosher:master
Open

Fix for issue 26 (level 3 gatekeeper), and a div-by-0 bug in level 4 trash collector#27
oshkosher wants to merge 2 commits into
ThomasFooteDQ:masterfrom
oshkosher:master

Conversation

@oshkosher

Copy link
Copy Markdown

For the gatekeeper, this changes its target coordinates, because his target was just outside his range of movement.

The trash collector fix is just correcting a simple typo.

The gatekeeper's target coordinates were 70,256 but it couldn't get further
south than 70,250, so it would never reach its target. This changes
its target to 70,250. This also includes a hack to correct the target
Y coordinate (the goToY variable) in case an older saved game was loaded,
deserializing an old value for goToY.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant