finished incorporating messaging into the UI window and added another custom control to make updating the UI easier
This commit is contained in:
@@ -174,7 +174,7 @@ abstract class Move extends MoveTurn {
|
||||
}
|
||||
}
|
||||
|
||||
def applyBoosts(target: Monster, boosts: Map[Stat, Int], source: Monster) {
|
||||
def applyBoosts(target: Monster, boosts: Map[Stat, Int], source: Monster)(implicit read: SignalConsumer, rng: Random) {
|
||||
if (target.isAlive) {
|
||||
boosts.foreach {
|
||||
case (s, b) => {
|
||||
|
||||
Reference in New Issue
Block a user