Skip to content

Commit

Permalink
Fix iceball
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizandr committed Jan 25, 2024
1 parent 57f9c9e commit 181b33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/tppc_move_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
"Ice Ball": {
"type": "Ice",
"movetype": "physical",
"power": 30
"power": 150
},
"Ice Beam": {
"type": "Ice",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@
<header class="blog-header py-3">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col text-center">
<span class='icon'></span>
<!-- <span class='icon'></span> -->
<!-- <img src="./template_files/528101.png" class="rounded float-left" alt="..." width="42" height="42"> -->
<!-- <img src="./template_files/528101.png" class="rounded float-right" alt="..." width="42" height="42"> -->
<img src="./template_files/tppc_damage3.png" alt="..." width="400" height="200">
<img src="./template_files/tppc_damage3.png" alt="..." width="350" height="200">
</div>
</div>
</header>
Expand Down

0 comments on commit 181b33a

Please sign in to comment.