Skip to content

Commit

Permalink
fix boom
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 9, 2024
1 parent a58c2c2 commit ca58514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/js/CPlants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4490,7 +4490,7 @@ BirthStyle: function (c, e, b, a) {
"images/Card/Plants/BoomWallNut.png",
"images/Plants/WallNut/1.gif",
"images/Plants/WallNut/BoomWallNut.webp",
"images/Plants/CherryBomb/Boom.webp",
"images/Plants/CherryBomb/Boom.gif",
],
AudioArr: ["cherrybomb", "bowling"],
PrivateBirth: function (a) {
Expand Down Expand Up @@ -4524,7 +4524,7 @@ BirthStyle: function (c, e, b, a) {
EditEle(
m.childNodes[1],
{
src: "images/Plants/CherryBomb/Boom.webp",
src: "images/Plants/CherryBomb/Boom.gif",
},
{
width: "213px",
Expand Down

0 comments on commit ca58514

Please sign in to comment.