mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 12:54:06 -04:00
Added Marathon speed per user request
This commit is contained in:
parent
daa3c8fcec
commit
f1fb8aea18
@ -3,13 +3,15 @@ package com.unciv.models.metadata
|
||||
enum class GameSpeed{
|
||||
Quick,
|
||||
Standard,
|
||||
Epic;
|
||||
Epic,
|
||||
Marathon;
|
||||
|
||||
fun getModifier(): Float {
|
||||
when(this) {
|
||||
Quick -> return 0.67f
|
||||
Standard -> return 1f
|
||||
Epic -> return 1.5f
|
||||
Marathon -> return 1.5f
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user