| 205 | struct_identity autobutcher_options::_identity(sizeof(autobutcher_options), &df::allocator_fn<autobutcher_options>, NULL, "autobutcher_options", NULL, autobutcher_options_fields); |
| 206 | |
| 207 | static bool isHighPriority(df::unit *unit) { |
| 208 | return Units::isGay(unit) || Units::isGelded(unit); |
| 209 | } |
| 210 | |
| 211 | static void doMarkForSlaughter(df::unit *unit) { |
| 212 | DEBUG(cycle).print("marking unit {} for slaughter: {}, {}, high priority: {}, age: {:.2f}\n", |
no outgoing calls
no test coverage detected