Home
last modified time | relevance | path

Searched refs:SCT_FORTR (Results 1 – 5 of 5) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dlandgun.c89 if (sp->sct_type != SCT_FORTR || sp->sct_effic < FORTEFF) in fort_fire()
258 if (sp->sct_type != SCT_FORTR || sp->sct_effic < FORTEFF) in fortrange()
H A Dattsub.c492 def->sct_type == SCT_FORTR || in att_abort()
1791 def->sct_type == SCT_FORTR || def->sct_type == SCT_WASTE) { in att_fight()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dsect.h147 #define SCT_FORTR 19 /* military/scientific */ macro
/dports/games/wolfpack/empire-4.4.1/src/lib/update/
H A Dland.c213 if ((sp->sct_type != SCT_HEADQ) && (sp->sct_type != SCT_FORTR)) in landrepair()
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dmfir.c197 if (item.sect.sct_type != SCT_FORTR) in c_fire()