[NO GBP] Fixing a runtime with examining fishing spots while wielding a rod (#86689)

## About The Pull Request
Well, it seems examining a fishing spot (with sufficient skill) while
wielding a rod is borked because of a bad line. It should be `init_name`
and not `reward`. Thanks to vinylspider for informing me about it.

## Why It's Good For The Game
Fixing stuff I made and then broke.

## Changelog

🆑
fix: examining fishing spots while wielding a rod (with sufficient
skill) now works.
/🆑
This commit is contained in:
Ghom
2024-09-17 17:56:22 -04:00
committed by GitHub
parent 4cb41df880
commit bb3629bcdc
+1 -1
View File
@@ -421,7 +421,7 @@ GLOBAL_LIST_INIT(specific_fish_icons, generate_specific_fish_icons())
if(weight/init_weight >= 3.5)
init_name = "<u>init_name</u>"
else if(weight < init_weight)
init_name = span_small(reward)
init_name = span_small(init_name)
known_fishes += init_name
if(!length(known_fishes))