Delete an obsolete TODO

This random number was probably to randomly choose between the "darn" and "dang" sounds, which no longer exist in Blades of Exile.
This commit is contained in:
2024-09-04 19:16:24 -04:00
committed by Celtic Minstrel
parent 5daf3b10a0
commit d60d759e1a

View File

@@ -2115,9 +2115,7 @@ void do_alchemy() {
short skill = univ.party[pc_num].skill(eSkill::ALCHEMY);
if(r1 < info.fail_chance(skill)) {
add_string_to_buf("Alchemy: Failed.");
r1 = get_ran(1,0,1);
(void) r1; // TODO: Why does it even do this?
play_sound(41 );
play_sound(41);
}
else {
cItem store_i(potion);