Feature: Purchase land multiple tiles at a time

This commit is contained in:
Tyler Trahan
2022-09-12 10:45:02 -06:00
committed by Michael Lutz
parent 8e6ed8d5e9
commit f7eb0ffc37
4 changed files with 16 additions and 6 deletions

View File

@@ -355,8 +355,8 @@ struct ConstructionSettings {
uint16 clear_frame_burst; ///< how many tiles may, over a short period, be cleared?
uint32 tree_per_64k_frames; ///< how many trees may, over a long period, be planted per 65536 frames?
uint16 tree_frame_burst; ///< how many trees may, over a short period, be planted?
uint32 build_object_per_64k_frames; ///< how many tiles may, over a long period, have objects built on them per 65536 frames?
uint16 build_object_frame_burst; ///< how many tiles may, over a short period, have objects built on them?
uint32 build_object_per_64k_frames; ///< how many tiles may, over a long period, be purchased or have objects built on them per 65536 frames?
uint16 build_object_frame_burst; ///< how many tiles may, over a short period, be purchased or have objects built on them?
};
/** Settings related to the AI. */