Skip to content

Commit

Permalink
Update CZombie.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBlNET13 authored Mar 25, 2024
1 parent fe787cd commit a993de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/js/CZombie.js
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ var CZombies = (function (b, a) {
}),
oZombie = InheritO(OrnNoneZombies, {
EName: "oZombie",
CName: "普通僵尸",
CName: "Zombie",
StandGif: 9,
PicArr: (function () {
var a = "images/Zombies/Zombie/";
Expand Down Expand Up @@ -5364,7 +5364,7 @@ var CZombies = (function (b, a) {
})),
(oCZombie = InheritO(OrnNoneZombies, {
EName: "oCZombie",
CName: "庶民僵尸",
CName: "Zombie",
StandGif: 9,
PicArr: (function () {
var a = "images/Zombies/wall/Zombie/";
Expand Down

0 comments on commit a993de5

Please sign in to comment.