fishing ![code/controllers/subsystem/processing/fishing.dm 2](git.png)
Vars | |
cached_fish_icons | A list of cached fish icons |
---|---|
cached_unknown_fish_icons | A list of cached fish icons turns into outlines with a queston mark in the middle, denoting fish you haven't caught yet. |
catchable_fish | An assoc list of identifier strings and the path of a fish that can be gotten from fish sources. |
fish_properties | Cached fish properties so we don't have to initalize fish every time |
lure_catchables | A cache of fish that can be caught by each type of fishing lure |
Var Details
cached_fish_icons ![code/controllers/subsystem/processing/fishing.dm 7](git.png)
A list of cached fish icons
cached_unknown_fish_icons ![code/controllers/subsystem/processing/fishing.dm 9](git.png)
A list of cached fish icons turns into outlines with a queston mark in the middle, denoting fish you haven't caught yet.
catchable_fish ![code/controllers/subsystem/processing/fishing.dm 11](git.png)
An assoc list of identifier strings and the path of a fish that can be gotten from fish sources.
fish_properties ![code/controllers/subsystem/processing/fishing.dm 13](git.png)
Cached fish properties so we don't have to initalize fish every time
lure_catchables ![code/controllers/subsystem/processing/fishing.dm 17](git.png)
A cache of fish that can be caught by each type of fishing lure