mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
VP Greening fix
This commit is contained in:
parent
03ccb2ee48
commit
9bc2312adc
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ class DistributedBossCogAI(DistributedAvatarAI.DistributedAvatarAI):
|
||||||
damage *= self.getDamageMultiplier()
|
damage *= self.getDamageMultiplier()
|
||||||
self.damageToon(toon, damage)
|
self.damageToon(toon, damage)
|
||||||
currState = self.getCurrentOrNextState()
|
currState = self.getCurrentOrNextState()
|
||||||
if attackCode == ToontownGlobals.BossCogElectricFence and (currState == 'RollToBattleTwo' or currState == 'BattleThree'):
|
if attackCode == ToontownGlobals.BossCogElectricFence and (currState == 'RollToBattleTwo' or currState == 'BattleThree') and self.attackCode not in (ToontownGlobals.BossCogDizzy, ToontownGlobals.BossCogDizzyNow):
|
||||||
if bpy < 0 and abs(bpx / bpy) > 0.5:
|
if bpy < 0 and abs(bpx / bpy) > 0.5:
|
||||||
if bpx < 0:
|
if bpx < 0:
|
||||||
self.b_setAttackCode(ToontownGlobals.BossCogSwatRight)
|
self.b_setAttackCode(ToontownGlobals.BossCogSwatRight)
|
||||||
|
|
Loading…
Reference in a new issue