T.hE -> T.SklSimpleAttack_init
This commit is contained in:
parent
401dcddb10
commit
220c15031b
@ -6070,7 +6070,7 @@ var A = {
|
|||||||
s.r = a
|
s.r = a
|
||||||
return s
|
return s
|
||||||
},
|
},
|
||||||
hE(a) {
|
SklSimpleAttack_init(a) {
|
||||||
var s = new T.SklSimpleAttack(0)
|
var s = new T.SklSimpleAttack(0)
|
||||||
s.r = a
|
s.r = a
|
||||||
return s
|
return s
|
||||||
@ -16113,7 +16113,7 @@ T.PlrBossMario.prototype = {
|
|||||||
},
|
},
|
||||||
ac() {
|
ac() {
|
||||||
var s, r, q = this
|
var s, r, q = this
|
||||||
q.k3 = T.hE(q)
|
q.k3 = T.SklSimpleAttack_init(q)
|
||||||
s = 0
|
s = 0
|
||||||
q.aj = new T.SklFire(s)
|
q.aj = new T.SklFire(s)
|
||||||
s = new T.SklMarioGet(q, s)
|
s = new T.SklMarioGet(q, s)
|
||||||
@ -16231,7 +16231,7 @@ T.PlrBossMosquito.prototype = {
|
|||||||
return H.b([$.aJ(), $.aE()], t.V)
|
return H.b([$.aJ(), $.aE()], t.V)
|
||||||
},
|
},
|
||||||
ac() {
|
ac() {
|
||||||
this.k3 = T.hE(this)
|
this.k3 = T.SklSimpleAttack_init(this)
|
||||||
var s = new T.SklAbsorb(0)
|
var s = new T.SklAbsorb(0)
|
||||||
s.f = $.ci()
|
s.f = $.ci()
|
||||||
this.k1.push(s)
|
this.k1.push(s)
|
||||||
@ -16313,7 +16313,7 @@ T.PlrBossSlime.prototype = {
|
|||||||
return H.b([$.bT()], t.V)
|
return H.b([$.bT()], t.V)
|
||||||
},
|
},
|
||||||
ac() {
|
ac() {
|
||||||
this.k3 = T.hE(this)
|
this.k3 = T.SklSimpleAttack_init(this)
|
||||||
this.k1.push(new T.SklSlimeSpawn(0))
|
this.k1.push(new T.SklSlimeSpawn(0))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -16427,7 +16427,7 @@ T.PlrBossSonic.prototype = {
|
|||||||
},
|
},
|
||||||
ac() {
|
ac() {
|
||||||
var s, r
|
var s, r
|
||||||
this.k3 = T.hE(this)
|
this.k3 = T.SklSimpleAttack_init(this)
|
||||||
s = this.k1
|
s = this.k1
|
||||||
r = new T.SklRapid(0)
|
r = new T.SklRapid(0)
|
||||||
r.f = $.aI()
|
r.f = $.aI()
|
||||||
@ -16452,7 +16452,7 @@ T.PlrBossYuri.prototype = {
|
|||||||
},
|
},
|
||||||
ac() {
|
ac() {
|
||||||
var s, r
|
var s, r
|
||||||
this.k3 = T.hE(this)
|
this.k3 = T.SklSimpleAttack_init(this)
|
||||||
s = this.k1
|
s = this.k1
|
||||||
r = new T.SklYuriControl(0)
|
r = new T.SklYuriControl(0)
|
||||||
r.f = $.eX()
|
r.f = $.eX()
|
||||||
|
Loading…
Reference in New Issue
Block a user