Skip to content

Commit

Permalink
[MIRROR] [NO GBP] You can actually check what fishes can be caught wh…
Browse files Browse the repository at this point in the history
…ile examining a spot now (#2235)

* [NO GBP] You can actually check what fishes can be caught while examining a spot now (#81772)

## About The Pull Request
I've forgot to register the examine more signal since I moved the info
there.

## Why It's Good For The Game
Title.

## Changelog
N/A . I doubt anyone will notice the blunder so soon.

* [NO GBP] You can actually check what fishes can be caught while examining a spot now

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Ghom <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2024
1 parent 8038f76 commit bb142a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/components/fishing_spot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
RegisterSignal(parent, COMSIG_ATOM_ATTACKBY, PROC_REF(handle_attackby))
RegisterSignal(parent, COMSIG_FISHING_ROD_CAST, PROC_REF(handle_cast))
RegisterSignal(parent, COMSIG_ATOM_EXAMINE, PROC_REF(on_examined))
RegisterSignal(parent, COMSIG_ATOM_EXAMINE_MORE, PROC_REF(on_examined_more))

/datum/component/fishing_spot/Destroy()
fish_source = null
Expand Down

0 comments on commit bb142a2

Please sign in to comment.