Incorporated a UI
This commit is contained in:
@@ -12,6 +12,7 @@ class Monster(val base : StorageMon) {
|
||||
val stats = Statistic.buildMap(computeStat)
|
||||
var boosts = Statistic.buildMap(_ => 0)
|
||||
var hp = stats(Hp)
|
||||
def maxhp = stats(Hp)
|
||||
|
||||
var status : Option[Status] = None
|
||||
var volatile = Seq[Status]()
|
||||
|
||||
Reference in New Issue
Block a user