← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/empire-mission-3 into lp:widelands

 

I did a first round of proofreading on the texts.

Note that objective names are identifier code and should chosen to make this obvious - a-z and _ only. For example:

   obj_find_artifacts = {
      name = "Find the pieces of Neptune's shrine",

should be

   obj_find_artifacts = {
      name = "find_artifacts",

or

   obj_find_artifacts = {
      name = "find_neptunes_shrine",

-- 
https://code.launchpad.net/~widelands-dev/widelands/empire-mission-3/+merge/321434
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/empire-mission-3 into lp:widelands.


References