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

Be able to mark a portlist as uncopyable #159

Open
erkyrath opened this issue May 18, 2014 · 2 comments
Open

Be able to mark a portlist as uncopyable #159

erkyrath opened this issue May 18, 2014 · 2 comments

Comments

@erkyrath
Copy link
Owner

Or maybe have a copying access level, which can be set to "never".

I used to think this was unnecessary -- the world's copyable flag was sufficient. I've changed my mind. One can imagine puzzle situations where some of the world is copyable (say, the entry area) but specific areas are restricted to puzzle solutions.

Be sure to test ordinary portlists, focussed portlists, publicly editable portlists.

@erkyrath
Copy link
Owner Author

(External portals are inherently copyable. Test that case anyway, to make sure it doesn't break, but we don't expect to block copying in that case.)

@erkyrath
Copy link
Owner Author

The workaround for the moment is to have two worlds, copyable and not, which pretend to be the same world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant