Remove free summon from safe zone
This commit is contained in:
parent
15cd1d8d9a
commit
a346efc487
@ -2460,8 +2460,7 @@ MonoBehaviour:
|
|||||||
|
|
||||||
|
|
||||||
*
|
*
|
||||||
In the safe zone, gladiators cannot hit you and you can spawn monsters for free,
|
In the safe zone, gladiators cannot hit you'
|
||||||
but you still lose life blood'
|
|
||||||
m_isRightToLeft: 0
|
m_isRightToLeft: 0
|
||||||
m_fontAsset: {fileID: 11400000, guid: c7f37e7d394368840a37b9cf30036f5d, type: 2}
|
m_fontAsset: {fileID: 11400000, guid: c7f37e7d394368840a37b9cf30036f5d, type: 2}
|
||||||
m_sharedMaterial: {fileID: 1016898183610204111, guid: c7f37e7d394368840a37b9cf30036f5d, type: 2}
|
m_sharedMaterial: {fileID: 1016898183610204111, guid: c7f37e7d394368840a37b9cf30036f5d, type: 2}
|
||||||
|
|||||||
@ -90,7 +90,7 @@ public class MinionThrower : MonoBehaviour {
|
|||||||
if (minionHealthCost >= vampireEntity.Health) {
|
if (minionHealthCost >= vampireEntity.Health) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!movement.IsInSafeZone)
|
// if (!movement.IsInSafeZone)
|
||||||
vampireEntity.TakeDamage(minionHealthCost, vampireEntity, intentional: true);
|
vampireEntity.TakeDamage(minionHealthCost, vampireEntity, intentional: true);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user