[Add] New ship to system.

This commit is contained in:
Allanis 2013-06-23 13:20:22 +01:00
parent 07f69e58c6
commit fed0d8c798
3 changed files with 11 additions and 3 deletions

View File

@ -71,7 +71,15 @@
<pilot chance='100'>Lancelot</pilot>
<pilot chance='80'>Lancelot</pilot>
<pilot chance='60'>Lancelot</pilot>
<pilot chance='50'>Hawking</pilot>
<pilot chance='50'>Pacifier</pilot>
<pilot chance='30'>Hawking</pilot>
</pilots>
</fleet>
<fleet name="Empire Pacifier">
<ai>empire</ai>
<faction>Empire</faction>
<pilots>
<pilot chance='100'>Pacifier</pilot>
</pilots>
</fleet>
</Fleets>

File diff suppressed because one or more lines are too long

View File

@ -104,7 +104,7 @@ static int mission_init(Mission* mission, MissionData* misn, int load) {
return -1;
}
luaopen_base(mission->L); // Can be useful.
luaopen_base(mission->L); /* Can be useful. */
luaopen_string(mission->L); /* string.format can be very useful. */
misn_loadLibs(mission->L); /* Load our custom libraries. */