Noctifer-de-Mortem/nocts_cata_mod

undefined flag 'FIRE_20'

Closed this issue · 3 comments

 DEBUG    : itype 'xarm_laser_shotgun_monster' uses undefined flag 'FIRE_100'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501
 DEBUG    : itype 'flamethrower_surv' uses undefined flag 'FIRE_50'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501
 DEBUG    : itype 'mx_laser_sniper' uses undefined flag 'FIRE_100'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501
 DEBUG    : itype 'arc_laser_rifle' uses undefined flag 'FIRE_50'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501

 DEBUG    : itype 'neo_laser_pistol' uses undefined flag 'FIRE_20'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501


 DEBUG    : itype 'neo_laser_pistol' uses undefined flag 'FIRE_20'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501


 DEBUG    : itype 'ethereal_crossbow' uses undefined flag 'FIRE_20'. Please add corresponding 'json_flag' entry to json.

 FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
 FILE     : src/item_factory.cpp
 LINE     : 501

DEBUG : itype 'xarm_laser_shotgun' uses undefined flag 'FIRE_100'. Please add corresponding 'json_flag' entry to json.

FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
FILE : src/item_factory.cpp
LINE : 501

DEBUG : itype 'krx_laser_lmg' uses undefined flag 'FIRE_50'. Please add corresponding 'json_flag' entry to json.

FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
FILE : src/item_factory.cpp
LINE : 501

DEBUG : itype 'akro_laser_smg' uses undefined flag 'FIRE_20'. Please add corresponding 'json_flag' entry to json.

FUNCTION : auto Item_factory::finalize_post(itype &)::(anonymous class)::operator()(const flag_id &) const
FILE : src/item_factory.cpp
LINE : 501

While upgrade from Cataclysm-DDA experimental build #11328 to #11336

Can you link me to the PR that changed this?

Found it. And should now be fixed by #236 and #234