SenseiKiwi 06cf72f9f7 Fixed Flawed Link Redirection
Fixed the way in which we handle redirecting links to blacklisted
dimensions. The previous method always converted links into safe exits.
This lead to strange situations that could be seen as bugs. For
instance, using a dungeon entrance in a root dimension would generate an
exit door and a supporting platform directly above the entrance door.
That also meant that any visited dungeons would be unusable if they were
reset.

We now do different things depending on the location of the link and its
type. If the link is a dungeon link, then its destination is reset to
allow a new dungeon to form. For other link types, if the link is in a
pocket dimension, then it becomes a safe exit link, because it could be
the only way out. If it's in a root dimension, then there are no
reasonable destinations, so the teleport request is cancelled.
2014-07-05 21:28:10 -04:00
2013-12-17 03:48:27 -05:00
2014-07-05 21:28:10 -04:00
2014-07-02 13:59:55 -04:00
2013-12-17 03:36:38 -05:00
2013-12-17 19:31:34 -05:00
2013-12-17 03:48:27 -05:00
Description
No description provided
20 MiB
Languages
Java 100%