Home
last modified time | relevance | path

Searched refs:FIGURE_PRIEST (Results 1 – 13 of 13) sorted by relevance

/dports/games/julius/julius-1.7.0/src/figure/
H A Dtype.h40 FIGURE_PRIEST = 27, enumerator
H A Dname.c115 case FIGURE_PRIEST: in figure_name_get()
H A Dservice.c356 case FIGURE_PRIEST: in figure_service_provide_coverage()
/dports/games/augustus/augustus-3.1.0/src/figure/
H A Dtype.h40 FIGURE_PRIEST = 27, enumerator
H A Dname.c122 case FIGURE_PRIEST: in figure_name_get()
H A Dfigure.c102 case FIGURE_PRIEST: in figure_delete()
H A Dmovement.c94 case FIGURE_PRIEST: in get_permission_for_figure_type()
H A Dservice.c527 case FIGURE_PRIEST: in figure_service_provide_coverage()
/dports/games/augustus/augustus-3.1.0/src/building/
H A Dfigure.c1064 if (!has_figure_of_type(b, FIGURE_PRIEST)) { in spawn_figure_grand_temple_mars()
1065 create_roaming_figure(b, road.x, road.y, FIGURE_PRIEST); in spawn_figure_grand_temple_mars()
1071 figure *f = figure_create(FIGURE_PRIEST, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_grand_temple_mars()
1131 if (!has_figure_of_type(b, FIGURE_PRIEST)) { in spawn_figure_temple()
1132 create_roaming_figure(b, road.x, road.y, FIGURE_PRIEST); in spawn_figure_temple()
1156 figure *f = figure_create(FIGURE_PRIEST, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_temple()
1179 figure *f = figure_create(FIGURE_PRIEST, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_temple()
/dports/games/julius/julius-1.7.0/src/widget/
H A Dcity_overlay_other.c51 return f->type == FIGURE_PRIEST; in show_figure_religion()
/dports/games/augustus/augustus-3.1.0/src/figuretype/
H A Dsupplier.c319 leader->type == FIGURE_PRIEST_SUPPLIER || leader->type == FIGURE_PRIEST || in figure_delivery_boy_action()
/dports/games/augustus/augustus-3.1.0/src/widget/
H A Dcity_overlay_other.c86 return f->type == FIGURE_PRIEST || f->type == FIGURE_PRIEST_SUPPLIER; in show_figure_religion()
/dports/games/julius/julius-1.7.0/src/building/
H A Dfigure.c848 if (has_figure_of_type(b, FIGURE_PRIEST)) { in spawn_figure_temple()
874 create_roaming_figure(b, road.x, road.y, FIGURE_PRIEST); in spawn_figure_temple()