From e92379e36031ffc47b0183c6b469158e75e027fd Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 4 Jul 2018 20:38:56 -0500 Subject: [PATCH] Automatic changelog generation for PR #7327 [ci skip] --- html/changelogs/AutoChangeLog-pr-7327.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-7327.yml diff --git a/html/changelogs/AutoChangeLog-pr-7327.yml b/html/changelogs/AutoChangeLog-pr-7327.yml new file mode 100644 index 0000000000..03f67c3307 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-7327.yml @@ -0,0 +1,9 @@ +author: "Naksu" +delete-after: True +changes: + - tweak: "The ladders in the tear in the fabric of reality no longer spawn their endpoints when the area is loaded, but only when the tear is made accessible via a BoH bomb." + - tweak: "CentCom is no longer accessible via the space ladder in the tear." + - tweak: "The lavaland endpoint can no longer spawn completely surrounded by lava, unless it spawns on an island" + - code_imp: "ChangeTurf can now conditionally inherit the air of the turf it is replacing, via the CHANGETURF_INHERIT_AIR flag." + - bugfix: "when ladder endpoints are created, the binary turfs that are created inherit the air of the turfs they are replacing. This means the lavaland ladder endpoint will have the lavaland airmix, instead of a vacuum." + - code_imp: "navigation beacons are now properly deregistered from their Z-level list and re-registered on the correct one if moved across Z-levels by an effect such as teleportation or a BoH-induced chasm."