[Fix] Fixed escorts, I was keeping quiet about breaking them in the
first place.
This commit is contained in:
parent
183fd92c98
commit
ace738021f
2
scripts/ai/escort.lua
Normal file
2
scripts/ai/escort.lua
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
include("../scripts/ai/tpl/escort.lua")
|
||||||
|
|
@ -47,7 +47,7 @@ int escort_create(unsigned int parent, char* ship,
|
|||||||
/* Get important stuff. */
|
/* Get important stuff. */
|
||||||
p = pilot_get(parent);
|
p = pilot_get(parent);
|
||||||
s = ship_get(ship);
|
s = ship_get(ship);
|
||||||
snprintf(buf, 16, "tpl/escort*%u", parent);
|
snprintf(buf, 16, "escort*%u", parent);
|
||||||
|
|
||||||
/* Set flags. */
|
/* Set flags. */
|
||||||
f = PILOT_ESCORT;
|
f = PILOT_ESCORT;
|
||||||
|
Loading…
Reference in New Issue
Block a user