Don't allow shuttles to be selected during epic battles (for challenges).

This commit is contained in:
Steve 2016-03-07 12:29:54 +00:00
parent d597fa731a
commit 885d566e6b
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
"reloadTime" : 0,
"shieldRechargeRate" : 60,
"texture" : "gfx/craft/shuttle.png",
"flags" : "EF_COLLECTS_ITEMS+EF_TAKES_DAMAGE",
"flags" : "EF_COLLECTS_ITEMS+EF_TAKES_DAMAGE+EF_NO_EPIC",
"aiFlags" : "AIF_AVOIDS_COMBAT+AIF_COLLECTS_ITEMS"
}