mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Added the paratrooper unit (#4025)
* Added the paratrooper unit * Reverted accidental reordering of action table * Fixed Github build errors * Hopefully actually fixed the build errors * Added a Dutch translation, finally fixing the error * Paratroopers can no longer actually paradrop on a tile they shouldn't be able to paradrop onto * Removed double update action
This commit is contained in:
@ -57,6 +57,8 @@ object Constants {
|
||||
const val unitActionSleepUntilHealed = "Sleep until healed"
|
||||
const val unitActionAutomation = "Automate"
|
||||
const val unitActionExplore = "Explore"
|
||||
const val unitActionParadrop = "Paradrop"
|
||||
|
||||
const val futureTech = "Future Tech"
|
||||
|
||||
const val cancelImprovementOrder = "Cancel improvement order"
|
||||
|
Reference in New Issue
Block a user