[Fix] Fixed escorts, I was keeping quiet about breaking them in the

first place.
This commit is contained in:
Allanis 2014-05-21 00:20:45 +01:00
parent 183fd92c98
commit ace738021f
2 changed files with 3 additions and 1 deletions

2
scripts/ai/escort.lua Normal file
View File

@ -0,0 +1,2 @@
include("../scripts/ai/tpl/escort.lua")

View File

@ -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;