Searched refs:FIGURE_PRIEST (Results 1 – 13 of 13) sorted by relevance
/dports/games/julius/julius-1.7.0/src/figure/ |
H A D | type.h | 40 FIGURE_PRIEST = 27, enumerator
|
H A D | name.c | 115 case FIGURE_PRIEST: in figure_name_get()
|
H A D | service.c | 356 case FIGURE_PRIEST: in figure_service_provide_coverage()
|
/dports/games/augustus/augustus-3.1.0/src/figure/ |
H A D | type.h | 40 FIGURE_PRIEST = 27, enumerator
|
H A D | name.c | 122 case FIGURE_PRIEST: in figure_name_get()
|
H A D | figure.c | 102 case FIGURE_PRIEST: in figure_delete()
|
H A D | movement.c | 94 case FIGURE_PRIEST: in get_permission_for_figure_type()
|
H A D | service.c | 527 case FIGURE_PRIEST: in figure_service_provide_coverage()
|
/dports/games/augustus/augustus-3.1.0/src/building/ |
H A D | figure.c | 1064 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 D | city_overlay_other.c | 51 return f->type == FIGURE_PRIEST; in show_figure_religion()
|
/dports/games/augustus/augustus-3.1.0/src/figuretype/ |
H A D | supplier.c | 319 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 D | city_overlay_other.c | 86 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 D | figure.c | 848 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()
|