FrizzleFried what actions are you using for these?
I don't want to cause an issue with doubled badges in your case.
// New badges 1.0.13
db_query("INSERT IGNORE INTO {$db_prefix}badgeawards_badges
(action, title, description, image)
VALUES
('supercombo', 'Super Combination','Super Combination Award earning ten or more badges in one day','combination10.png'),
('poll10', '10 Polls','Start 10 poll topics on the forum','poll10.png'),
('poll25', '25 Polls','Start 25 poll topics on the forum','poll125.png'),
('poll50', '50 Polls','Start 50 poll topics on the forum','poll150.png'),
('poll100', '100 Polls','Start 100 poll topics on the forum','poll100.png'),
('pollvote10', '10 Poll Votes','Having voted in 10 poll topics','pollvote10.png'),
('pollvote10', '25 Poll Votes','Having voted in 25 poll topics','pollvote25.png'),
('pollvote50', '50 Poll Votes','Having voted in 50 poll topics','pollvote50.png'),
('pollvote100', '100 Poll Votes','Having voted in 100 poll topics','pollvote100.png')
", __FILE__, __LINE__);