v1.3.0: adjusted dazzling, now only full duration blinds attacker
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ public class Dazzling extends Weapon.Enchantment {
|
|||||||
if (Random.Float() < procChance) {
|
if (Random.Float() < procChance) {
|
||||||
for (Char ch : Actor.chars()){
|
for (Char ch : Actor.chars()){
|
||||||
if (ch.fieldOfView != null && ch.fieldOfView[defender.pos]){
|
if (ch.fieldOfView != null && ch.fieldOfView[defender.pos]){
|
||||||
Buff.prolong(ch, Blindness.class, Blindness.DURATION);
|
Buff.prolong(ch, Blindness.class, ch == attacker ? Blindness.DURATION : Blindness.DURATION/2f);
|
||||||
if (ch == Dungeon.hero){
|
if (ch == Dungeon.hero){
|
||||||
GameScene.flash(0x80FFFFFF);
|
GameScene.flash(0x80FFFFFF);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user