Added a configuration file for seting up parameters
This commit is contained in:
@@ -15,8 +15,6 @@ package object stat {
|
||||
type Target = Target.Value
|
||||
type XpCurve = XpCurve.Val
|
||||
|
||||
implicit def rngDice(rng : Random) = new Dice(rng)
|
||||
implicit def ptrToMonster(ptr : MonsterPtr) : Monster = ptr.mon
|
||||
implicit def templateToStatus(status: StatusTemplate): Status = status.build
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user