mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 02:40:41 +07:00
Clear current map removes natural wonders (#1607)
This commit is contained in:

committed by
Yair Morgenstern

parent
0dbe78b0eb
commit
40c6934ae4
@ -29,6 +29,7 @@ class MapEditorMenuPopup(mapEditorScreen: MapEditorScreen): PopupTable(mapEditor
|
||||
val tile = tileGroup.tileInfo
|
||||
tile.baseTerrain=Constants.ocean
|
||||
tile.terrainFeature=null
|
||||
tile.naturalWonder=null
|
||||
tile.resource=null
|
||||
tile.improvement=null
|
||||
tile.improvementInProgress=null
|
||||
|
Reference in New Issue
Block a user