forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a small fishing pool on metastation (tgstation#82721)
## About The Pull Request Firstly adds `var/datum/fish_source/fishing_datum` to `/turf/open/water`, allowing a much easier way of adding lootpools to water tiles, and sets its default to `/datum/fish_source/portal` Secondly, adds a small pool for fishing in the metastation garden. This sadly means Betsy had to move in with the chickens. ## Why It's Good For The Game Should show more people that fishing actually exists, and give you something more to do in the face of chaos and murder. ![image](https://github.com/tgstation/tgstation/assets/49160555/023ddebe-5938-402c-97af-d5def27069be) This is mostly a test run. I plan on following up with more pools on other stations if people like this one ## Changelog :cl: @MrEmre12, @Majkl-J add: Fishing pool introduced to metastation garden refactor: All water tiles now handle fishing through a unified fishing_datum variable /:cl: --------- Co-authored-by: Vire <[email protected]>
- Loading branch information
Showing
2 changed files
with
104 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters