pub fn validate_new_bridge(
config: &GameConfig,
cores: &CoresState,
law_a: LawTemplateId,
law_b: LawTemplateId,
extra_bridges: i64,
) -> Result<LawBridge, BridgeError>Expand description
Validates a would-be bridge and returns it side-normalized.