Add #7801: [Script] more error mappings

This commit is contained in:
glx
2019-10-26 00:48:13 +02:00
committed by Charles Pigott
parent 94cc0edb70
commit e001d87569
6 changed files with 30 additions and 11 deletions

View File

@@ -40,6 +40,9 @@ public:
/** There is a tunnel underneath */
ERR_EXCAVATION_WOULD_DAMAGE, // [STR_ERROR_EXCAVATION_WOULD_DAMAGE]
/** Reached the limit for terraforming/clearing/planting */
ERR_LIMIT_REACHED, // [STR_ERROR_TERRAFORM_LIMIT_REACHED, STR_ERROR_CLEARING_LIMIT_REACHED, STR_ERROR_TREE_PLANT_LIMIT_REACHED]
};
/**