Description:
Tweak starting organizations.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -260,21 +260,25 | |||||
|
260 | { |
|
260 | { |
|
261 |
|
261 | ||
|
262 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, |
|
262 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, |
|
263 |
name = "# |
|
263 | name = "#family_company.capitalizeAll#", |
|
264 |
description = "#company_description#" |
|
264 | description = "#family_company_description#", |
|
265 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, |
|
265 | type = OrganizationType.Family }); |
|
266 | name = "#family_company.capitalizeAll#", |
|
||
|
267 | description = "#family_company_description#", |
|
||
|
268 | type = OrganizationType.Family }); |
|
||
|
269 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, |
|
266 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, |
|
270 | name = "#large_company.capitalizeAll#", |
|
267 | name = "#large_company.capitalizeAll#", |
|
271 | description = "#large_company_description#", |
|
268 | description = "#large_company_description#", |
|
272 | type = OrganizationType.LargeCorporation }); |
|
269 | type = OrganizationType.LargeCorporation }); |
|
273 | } |
|
270 | } |
|
274 |
|
|
271 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, |
|
275 |
name = "# |
|
272 | name = "#logging_company.capitalizeAll#", |
|
276 |
description = "#co |
|
273 | description = "#company_description#" }); |
|
277 | type = OrganizationType.Cooperative }); |
|
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 | WorldBuilder.SendMessage(new SpawnContractMessage |
|
282 | WorldBuilder.SendMessage(new SpawnContractMessage |
|
279 | { |
|
283 | { |
|
280 | squares = squares, |
|
284 | squares = squares, |
You need to be logged in to leave comments.
Login now