T.hm -> T.SklIkarugaAttack
This commit is contained in:
parent
9a8e8f53ee
commit
8fe9cffe20
@ -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]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user