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

r275:e7755bfd45e9 -

@@ -260,21 +260,25
260 260 {
261 261
262 262 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
263 name = "#logging_company.capitalizeAll#",
264 description = "#company_description#" });
265 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
266 name = "#family_company.capitalizeAll#",
267 description = "#family_company_description#",
268 type = OrganizationType.Family });
263 name = "#family_company.capitalizeAll#",
264 description = "#family_company_description#",
265 type = OrganizationType.Family });
269 266 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
270 name = "#large_company.capitalizeAll#",
271 description = "#large_company_description#",
272 type = OrganizationType.LargeCorporation });
267 name = "#large_company.capitalizeAll#",
268 description = "#large_company_description#",
269 type = OrganizationType.LargeCorporation });
273 270 }
274 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
275 name = "#coop_company.capitalizeAll#",
276 description = "#coop_company_description#",
277 type = OrganizationType.Cooperative });
271 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
272 name = "#logging_company.capitalizeAll#",
273 description = "#company_description#" });
274 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
275 name = "#coop_company.capitalizeAll#",
276 description = "#coop_company_description#",
277 type = OrganizationType.Cooperative });
278 WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true,
279 name = "#coop_company.capitalizeAll#",
280 description = "#coop_company_description#",
281 type = OrganizationType.Cooperative });
278 282 WorldBuilder.SendMessage(new SpawnContractMessage
279 283 {
280 284 squares = squares,
You need to be logged in to leave comments. Login now