We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed35ac0 commit d105d0fCopy full SHA for d105d0f
1 file changed
src/race/item_policy.cpp
@@ -296,6 +296,8 @@ std::string ItemPolicy::toString() {
296
ss << m_policy_sections[i].m_items_per_lap << " ";
297
ss << m_policy_sections[i].m_progressive_cap << " ";
298
ss << m_policy_sections[i].m_virtual_pace_gaps << " ";
299
+ ss << m_policy_sections[i].m_deg_mult << " ";
300
+ ss << m_policy_sections[i].m_fuel_mult << " ";
301
ss << m_policy_sections[i].m_possible_types.size() << " ";
302
for (unsigned j = 0; j < m_policy_sections[i].m_possible_types.size(); j++) {
303
ss << PowerupManager::getPowerupAsString(m_policy_sections[i].m_possible_types[j])
0 commit comments