Skip to content

Commit

Permalink
Remove non-existing ammo effect from code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Feb 10, 2020
1 parent 2073ce1 commit c5dc07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void Item_factory::finalize_pre( itype &obj )
static const std::set<std::string> special_cookoff_tags = {{
"NAPALM", "NAPALM_BIG",
"EXPLOSIVE_SMALL", "EXPLOSIVE", "EXPLOSIVE_BIG", "EXPLOSIVE_HUGE",
"TOXICGAS", "TEARGAS", "SMOKE", "SMOKE_BIG",
"TOXICGAS", "SMOKE", "SMOKE_BIG",
"FRAG", "FLASHBANG"
}
};
Expand Down

0 comments on commit c5dc07d

Please sign in to comment.