We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c43ce5 commit 388b01dCopy full SHA for 388b01d
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