v2.1.0: fixed displacing darts not appending Char Awareness buff
This commit is contained in:
@@ -102,7 +102,7 @@ public class DisplacingDart extends TippedDart {
|
||||
Dungeon.observe();
|
||||
GameScene.updateFog();
|
||||
} else if (!Dungeon.level.heroFOV[chosenPos]){
|
||||
Buff.affect(attacker, TalismanOfForesight.CharAwareness.class, 5f).charID = defender.id();
|
||||
Buff.append(attacker, TalismanOfForesight.CharAwareness.class, 5f).charID = defender.id();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user