Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.

Commit 969285d

Browse files
committed
docs: a comment carries its own reason, not a reference
- drop the anchor prefix from two hyperspace-corridor comments - state the tile-tick expectation instead of pointing at it
1 parent a2e55d5 commit 969285d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/java/zmaster587/advancedRocketry/test/client/VSTransitCrewGroupE2ETest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ public void aCrewMemberLivesInHyperspaceUntilHeStepsOffHisShip() throws Exceptio
902902
+ " deck there — that is what makes the flight an interval rather than a cutscene: "
903903
+ capture, readBool(capture, "alreadyTracked"));
904904

905-
// ── JUMP-2, the visible half: the backdrop belongs to the FLIGHT, not to the seat ────────
905+
// ── The visible half: the backdrop belongs to the FLIGHT, not to the seat ────────────────
906906
// The arrangement first, because both facts are the axis of the claim: he must be off his
907907
// seat (or this is the seated case again) and still in hyperspace (or this is a cell's sky).
908908
JsonObject standing = bot().reportRidingEntity();
@@ -930,9 +930,9 @@ public void aCrewMemberLivesInHyperspaceUntilHeStepsOffHisShip() throws Exceptio
930930
+ ", sky frames " + skyStanding + " -> " + skyAfterStanding + ")",
931931
tunnelAfterStanding > tunnelStanding);
932932

933-
// ── JUMP-2, the machinery half: his ship is a LIVE world, not a paused one ──────────────
934-
// "Livable" is not only about him being able to move: the clause says the ship's tile
935-
// entities TICK during the flight, which is what makes the interval a place where things
933+
// ── The machinery half: his ship is a LIVE world, not a paused one ──────────────────────
934+
// "Livable" is not only about him being able to move: the ship's tile entities have to TICK
935+
// during the flight, which is what makes the interval a place where things
936936
// keep working rather than a freeze-frame he happens to be standing in. The flight computer
937937
// is the tile to ask, because its per-tick recorder is keyed on dimension AND subspace
938938
// position — so the answer is about THIS ship in THIS world and cannot be a global counter

0 commit comments

Comments
 (0)