fix BUY_SDF talk nodes

This commit is contained in:
2025-05-04 15:45:25 -05:00
parent 4efa72ace7
commit d6c7303d52

View File

@@ -1024,7 +1024,7 @@ void handle_talk_node(int which_talk_entry) {
can_save_talk = false;
}
else if(univ.party.gold < a) {
save_talk_str1 + save_talk_str2;
save_talk_str1 = save_talk_str2;
}
else {
univ.party.gold -= a;