Description:
Add business type.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r259:932a1bd63a5e -

@@ -1347,12 +1347,14
1347 "establish_year": ["1893", "1901", "1788", "1822"],
1347 "establish_year": ["1893", "1901", "1788", "1822"],
1348 "company_ending": ["LLC", "Inc.", "Corporation"],
1348 "company_ending": ["LLC", "Inc.", "Corporation"],
1349 "family_company": ["#surname# Brothers", "#surname# and Sons", "#surname# and Progeny", "#surname# Siblings"],
1349 "family_company": ["#surname# Brothers", "#surname# and Sons", "#surname# and Progeny", "#surname# Siblings"],
1350 "coop_company": ["#tree_species_common# Cooperative", "#town_name_adjectives# #town_name_endings# Forestry Collective"],
1350 "logging_company": ["#family_company#", "#family_company#", "#surname# Logging", "#town_name_adjectives# #town_name_endings# #company_ending#",
1351 "logging_company": ["#family_company#", "#family_company#", "#surname# Logging", "#town_name_adjectives# #town_name_endings# #company_ending#",
1351 "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "],
1352 "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "],
1352 "large_company": ["#town_name_adjectives# #town_name_endings# #company_ending#",
1353 "large_company": ["#town_name_adjectives# #town_name_endings# #company_ending#",
1353 "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "],
1354 "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "],
1354 "company_description": ["Loggers since #establish_year#", "Dedicated to our community, workers, and environment."],
1355 "company_description": ["Loggers since #establish_year#", "Dedicated to our community, workers, and environment."],
1355 "family_company_description": ["Family loggers since #establish_year#", "Family owned and dedicated to our community, workers, and environment."],
1356 "family_company_description": ["Family loggers since #establish_year#", "Family owned and dedicated to our community, workers, and environment."],
1357 "coop_company_description": ["Worked-owned and -operated since #establish_year#", "Worker-owned emphasizing equiltable, sustainable logging."],
1356 "large_company_description": ["Dedicated to our community, workers, and environment.", "Founded in #establish_year#", "Est. #establish_year#"],
1358 "large_company_description": ["Dedicated to our community, workers, and environment.", "Founded in #establish_year#", "Est. #establish_year#"],
1357 "vars": "assistantName = #assistantName# \n whatever = #whatever#",
1359 "vars": "assistantName = #assistantName# \n whatever = #whatever#",
1358 "test": "test",
1360 "test": "test",
@@ -268,6 +268,9
268 name = "#large_company.capitalizeAll#",
268 name = "#large_company.capitalizeAll#",
269 description = "#large_company_description#" });
269 description = "#large_company_description#" });
270 }
270 }
271 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
272 name = "#coop_company.capitalizeAll#",
273 description = "#coop_company_description#" });
271 WorldBuilder.SendMessage(new SpawnContractMessage
274 WorldBuilder.SendMessage(new SpawnContractMessage
272 {
275 {
273 squares = squares,
276 squares = squares,
You need to be logged in to leave comments. Login now