mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user