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

Falling while climbing up results in moving up #143

Closed
chrisspanton opened this issue Jan 4, 2021 · 4 comments
Closed

Falling while climbing up results in moving up #143

chrisspanton opened this issue Jan 4, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@chrisspanton
Copy link
Collaborator

Should result in failing to move up, I suspect. Who falls up?

@chrisspanton chrisspanton added the bug Something isn't working label Jan 4, 2021
@Seifert69
Copy link
Owner

The EX_FALL_THIS_WAY (I think it is called) should be set properly. I'll look

@chrisspanton
Copy link
Collaborator Author

Here's a sample of a climb set on a room that results in falling up (from trail_02@gremlin):

up open {EX_CLIMB, EX_FALL_THIS_WAY} difficulty 0 to outcropping;

I could see how that may result in falling up, I guess? Seems like fall should always be down, however. No?

@Seifert69
Copy link
Owner

Yes that means if you fail your climb check, the you will fall "up", i.e. move to the next room in the up direction.

If you want to "stay put" then remove the EX_FALL_THIS_WAY flag.

If you want to "fall down" and move to the room in the down direction, then remove the flag, and add the flag to the down exit

@Seifert69
Copy link
Owner

Seems like it's expected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants