Skip to content

Commit 870fd68

Browse files
committed
added note for 7.16
1 parent 7095fd2 commit 870fd68

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

wtfdig/src/routes/+layout.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
type: 'alert',
1717
title: 'Changelog',
1818
body:
19-
`1/20/2025: added more comprehensive post-swap spots to HealerOut
19+
`1/21/2025: added warning for core-lateral and lateral-core swap in 7.16
20+
1/20/2025: added more comprehensive post-swap spots to HealerOut
2021
1/20/2025: fix idyll C postswap image rotation
2122
1/19/2025: added idyll/game8 strat - added by kizer
2223
1/10/2025: added more comprehensive post-swap spots to raidplan

wtfdig/src/routes/+page.svelte

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
<div class="container">
3838
<div class="flex flex-wrap min-w-full justify-between mb-8">
3939
<div class="space-y-5 v-full">
40+
<aside class="alert variant-ghost-error">
41+
<div class="alert-message">
42+
<p>As of Patch 7.16, "Lateral-core Phaser" and "Core-lateral Phaser" have been swapped</p>
43+
<p>Lateral-core Phaser = Front is safe, then sides are safe</p>
44+
<p>Core-lateral Phaser = Sides are safe, then front is safe</p>
45+
</div>
46+
</aside>
4047
<div>
4148
<h2>Which strat are you using?</h2>
4249
<RadioGroup>

0 commit comments

Comments
 (0)