[Add] New ship to system.
This commit is contained in:
parent
07f69e58c6
commit
fed0d8c798
@ -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
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user