LLA-Gaming / SS13

Please put all your changes that are not fixes on the "Development" branch -
http://www.llagaming.net
GNU Affero General Public License v3.0
14 stars 37 forks source link

Z-Level Transitioning System #433

Closed thedraccx closed 8 years ago

thedraccx commented 8 years ago

New system that operates on a 2x3 grid which is generated at round-start instead of randomly moving someone to a z.

E.g. a grid would look like this:

1 | 3 | 4 7 | 5 | 6

Moving north from z 1 would land you on z 7. Moving west from z 1 would land you at z 6. Horizontal movement wraps around rows, so moving east on z 6 would land you on z 1. Vertical movement does not currently wrap.

NullNeska commented 8 years ago

This looks complete from this commit. correct me if wrong. https://github.com/LLA-Gaming/SS13/commit/172091c59eaf2e4b17daf58d17864be9cf4c0774