T.hm -> T.SklIkarugaAttack

This commit is contained in:
shenjack 2024-04-18 00:50:24 +08:00
parent 9a8e8f53ee
commit 8fe9cffe20
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -6803,7 +6803,7 @@ var A = {
_.f = a _.f = a
_.c = _.b = _.a = _.r = null _.c = _.b = _.a = _.r = null
}, },
hm: function hm(a) { SklIkarugaAttack: function hm(a) {
var _ = this var _ = this
_.e = false _.e = false
_.f = a _.f = a
@ -15941,7 +15941,7 @@ T.PlrBossIkaruga.prototype = {
this.k3 = T.SklAttack(this) this.k3 = T.SklAttack(this)
s = this.k1 s = this.k1
s.push(new T.SklIkarugaDefend(0)) s.push(new T.SklIkarugaDefend(0))
r = new T.hm(0) r = new T.SklIkarugaAttack(0)
r.f = $.aI() r.f = $.aI()
s.push(r) s.push(r)
} }
@ -15969,7 +15969,7 @@ T.SklIkarugaDefend.prototype = {
}, },
$iaB: 1 $iaB: 1
} }
T.hm.prototype = { T.SklIkarugaAttack.prototype = {
gb7() { gb7() {
return $.X() return $.X()
}, },
@ -19344,7 +19344,7 @@ LangData.k_.prototype = {
T.SklHeal, T.SklIce, T.SklIron, T.SklPoison, T.SklQuake, T.SklHeal, T.SklIce, T.SklIron, T.SklPoison, T.SklQuake,
T.SklRapid, T.SklRevive, T.SklPossess, T.SklShadow, T.SklSlow, T.SklRapid, T.SklRevive, T.SklPossess, T.SklShadow, T.SklSlow,
T.SklExplode, T.SklSummon, T.SklThunder, T.SklExplode, T.SklSummon, T.SklThunder,
T.SklAokijiIceAge, T.SklConan, T.CovidState, T.SklCovidAttack, T.hm, T.SklAokijiIceAge, T.SklConan, T.CovidState, T.SklCovidAttack, T.SklIkarugaAttack,
T.dB, T.hp, T.hr, T.hA, T.h8, T.dB, T.hp, T.hr, T.hA, T.h8,
T.hD, T.SkillVoid, T.hg, T.SklRinickModifierClone, T.hz] T.hD, T.SkillVoid, T.hg, T.SklRinickModifierClone, T.hz]
) )