Skip to content

Commit

Permalink
switched Nutcase and Cycloper, fixes FreezingMoon#609
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight committed May 13, 2020
1 parent 4c6ce03 commit c3eb627
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets/units/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@
"id": 15,
"name": "Cycloper",
"level": 2,
"realm": "E",
"realm": "W",
"size": 2,
"set": "Alpha",
"stats": {
Expand Down Expand Up @@ -2990,7 +2990,7 @@
"id": 40,
"name": "Nutcase",
"level": 2,
"realm": "W",
"realm": "E",
"size": 2,
"set": "Alpha",
"stats": {
Expand Down
8 changes: 4 additions & 4 deletions src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,9 @@
<div class="overlay"></div>
<div class="border"></div>
</a>
<a href="#Cycloper" class="vignette realmE typeE2" creature="E2">
<a href="#Nutcase" class="vignette realmE typeE2" creature="E2">
<div class="tooltip">
<div class="content">Cycloper</div>
<div class="content">Nutcase</div>
</div>
<div class="overlay"></div>
<div class="border"></div>
Expand Down Expand Up @@ -800,9 +800,9 @@
<div class="overlay"></div>
<div class="border"></div>
</a>
<a href="#Nutcase" class="vignette realmW typeW2" creature="W2">
<a href="#Cycloper" class="vignette realmW typeW2" creature="W2">
<div class="tooltip">
<div class="content">Nutcase</div>
<div class="content">Cycloper</div>
</div>
<div class="overlay"></div>
<div class="border"></div>
Expand Down
4 changes: 2 additions & 2 deletions src/style/avatars.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

&.typeE2 {
background-image: url('~assets/units/avatars/Cycloper.jpg');
background-image: url('~assets/units/avatars/Nutcase.jpg');
}

&.typeE3 {
Expand Down Expand Up @@ -172,7 +172,7 @@
}

&.typeW2 {
background-image: url('~assets/units/avatars/Nutcase.jpg');
background-image: url('~assets/units/avatars/Cycloper.jpg');
}

&.typeW3 {
Expand Down

0 comments on commit c3eb627

Please sign in to comment.