Skip to content

Commit

Permalink
Removed duplicated paragraph in the flicker section
Browse files Browse the repository at this point in the history
  • Loading branch information
tybayn committed Mar 24, 2024
1 parent 1d3cb28 commit 5dcd1a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ <h3>Data Privacy</h3>

$(window).on('load', function() {
let load_wiki = new Promise((resolve, reject) => {
$("#wiki-body").load("wiki-v4/wiki-v6.html")
$("#wiki-body").load("wiki-v4/wiki-v7.html")
resolve("Ghost data loaded")
})
Promise.all([load_wiki,checkLink()])
Expand Down
6 changes: 2 additions & 4 deletions wiki-v4/wiki-v6.html → wiki-v4/wiki-v7.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ <h4>5 Fingerprint (Keyboards, Cell Doors)</h4>
<div class="wiki_details" style="height: 0px;">
<div class="wiki_title accordian" onclick="accordian(this)"><div class="wiki_subtitle"><div class="wiki_crumb">&#9500;</div> Flickering</div></div>
<div class="wiki_details" style="height: 0px;">
<div class="text">During a hunt, ghosts will flicker in and out of existance, alternating between visible and invisible multiple times every few seconds. There are a couple of ghosts that can be identified by their flickering during a hunt: (1) an Oni will be more visible during a hunt and (2) the Phantom will be invisible for longer periods of time.</div>
<div class="text">Below you can see examples of the flicker timing of Phantom, Oni, and all other ghosts.</div>
<div class="text">During a hunt, ghosts will flicker in and out of existance, alternating between visible and invisible multiple times every few seconds. There are a couple of ghosts that can be identified by their flickering during a hunt: (1) an Oni will be more visible during a hunt and (2) the Phantom will be invisible for longer periods of time.</div>
<div class="text">Below you can see examples of the flicker timing of Phantom, Oni, and all other ghosts.</div>
<div class="text">During a hunt, ghosts will flicker in and out of existance, alternating between visible and invisible multiple times every few seconds. There are a couple of ghosts that can be identified by their flickering during a hunt: (1) an Oni will be more visible during a hunt, (2) a Deogen will be more visible during a hunt, and (3) the Phantom will be invisible for longer periods of time.</div>
<div class="text">Below you can see examples of the flicker timing of Phantom, Oni, Deogen, and all other ghosts.</div>
<div class="wiki-flex">
<div id="phantom-flicker" class="wiki-img-block">
<div id="flicker-ghost-name">Phantom</div>
Expand Down

0 comments on commit 5dcd1a7

Please sign in to comment.