Closed Naadn closed 8 months ago
DEBUG : error setting double destination in 'name: impurities', 'u_val: vitamin',
FUNCTION : static void kwargs_shim::throw_error(std::string_view) FILE : src/math_parser_shim.h LINE : 53 VERSION : b3a2e0d
and
DEBUG : unrecognized number source in 'name: impurities', 'u_val: vitamin',
And when I trying to crack the core deliberately, the game crashed. Maybe is due to this update : https://github.com/CleverRaven/Cataclysm-DDA/pull/70996
Edit : I have fix the eoc.json myself by replace all the u_val('vitamin', 'name: impurities') with u_vitamin('impurities') , because I can't make PR so I attach the fixed file here. eoc.json
u_val('vitamin', 'name: impurities')
u_vitamin('impurities')
Closed with #4
DEBUG : error setting double destination in 'name: impurities', 'u_val: vitamin',
FUNCTION : static void kwargs_shim::throw_error(std::string_view) FILE : src/math_parser_shim.h LINE : 53 VERSION : b3a2e0d
and
DEBUG : unrecognized number source in 'name: impurities', 'u_val: vitamin',
FUNCTION : static void kwargs_shim::throw_error(std::string_view) FILE : src/math_parser_shim.h LINE : 53 VERSION : b3a2e0d
And when I trying to crack the core deliberately, the game crashed. Maybe is due to this update : https://github.com/CleverRaven/Cataclysm-DDA/pull/70996
Edit : I have fix the eoc.json myself by replace all the
u_val('vitamin', 'name: impurities')
withu_vitamin('impurities')
, because I can't make PR so I attach the fixed file here. eoc.json