Skip to content

Commit da1f6a4

Browse files
Update corps_turn.md
1 parent a4902f4 commit da1f6a4

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

docs/introduction/corps_turn.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,23 @@ The Corp’s installed cards have two play states: **REZZED**, which means that
112112

113113
After a card is rezzed, it remains rezzed for the duration of the game unless an effect states otherwise. The Corp can rez asset and upgrade cards at any time without spending a click. The Corp can only rez ice during a run, which is described later (see “Making
114114
Runs”).
115+
116+
<div class="nav-buttons">
117+
<!-- Previous Button -->
118+
<a href="/docs/introduction/playing" class="nav-button" aria-label="Previous page">
119+
<div class="nav-item">
120+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
121+
<path d="M30 20L20 30L30 40" />
122+
</svg>
123+
</div>
124+
</a>
125+
126+
<!-- Next Button -->
127+
<a href="/docs/introduction/runners_turn" class="nav-button" aria-label="Next page">
128+
<div class="nav-item">
129+
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
130+
<path d="M20 20L30 30L20 40" />
131+
</svg>
132+
</div>
133+
</a>
134+
</div>

0 commit comments

Comments
 (0)