Commit Graph
4 Commits
Author SHA1 Message Date
Bridget (Yaki)andGitHub cdc59c716e Stoats can now be picked up and can also breed. (#93027)
## About The Pull Request
For a while I've been bugged by the fact you can't pick up stoats. They
also couldn't breed, meaning there was a definitive maximum stoats on
station and if they all died, tough shit!

This fixes that.
## Why It's Good For The Game
Makes it so stoats can actually be picked up now! This is good news.

Also! Adds stoat kits, which are. VERY adorable.
<details><summary>Baby Soats...</summary>
<img width="400" height="387" alt="Screenshot 2025-09-15 112048"
src="https://github.com/user-attachments/assets/ae99483b-7c36-4e7e-9e61-943e74846e21"
/>
<img width="391" height="387" alt="Screenshot 2025-09-15 112053"
src="https://github.com/user-attachments/assets/4b1e570a-4f52-49b0-8832-6fdd6a5ba436"
/>
<img width="390" height="389" alt="Screenshot 2025-09-15 112059"
src="https://github.com/user-attachments/assets/09b307ff-5500-4c13-aafe-844f402772db"
/>
<img width="392" height="387" alt="Screenshot 2025-09-15 112105"
src="https://github.com/user-attachments/assets/f5dfa294-a387-45f8-af83-613f9c96ab52"
/>
</details>

## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>



https://github.com/user-attachments/assets/2c0dae5c-27be-47e6-9450-8967ea1faf80


The main thing needing testing: baby stoats and stoat breeding. Works
great!
The addition of pickupable stoats was just a few lines of code, that
works as expected
</details>

## Changelog
🆑
add: Added the ability to pick up stoats
add: Stoats can now breed! 
add: Baby stoat mobs are now a thing. Aww, so cute!
/🆑
2025-09-20 05:58:00 +03:00
Ben10OmintrixandGitHub b4a20abccd [nogbp] few stoat fixes (#91553)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! --> fixes stoats not having dead sprites (i forgot to
kill them during testing) and fixes stoats not following pet commands

## Why It's Good For The Game

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. --> few stoat fixes

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and its effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
fix: fixes stoats not having dead sprites
fix: fixes stoats not following pet commands
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2025-06-10 18:08:30 -04:00
JacquerelandGitHub ec88b5d8fb You can walk through snails and stoats + stoats go a bit less hard in disposals (#91546) 2025-06-10 21:24:03 +03:00
Ben10OmintrixandGitHub 9765cccc34 weasels (stoats) (#91030)
## About The Pull Request
adds stoats to the game! 

![stoatsss](https://github.com/user-attachments/assets/d22a5041-3249-40f4-8599-229c72dc4a19)

these are relatively friendly animals u can find in maints. they'll hunt
down mice and other smaller vermin (making them a janitor's best friend)
,and are nimble enough to crawl through pipes. They also love stealing
things as they will drag random objects they find lying around them.
additionally, you may find disposal bins that are shaking, this means
there's a stoat inside rummaging it for food. clicking eject or throwing
anything in the bin will cause the stoat to immediately jump out scared.
u can also tame them by feeding them eggs or dead mice.

## Why It's Good For The Game
further expands the mob pool of maints, establishing some sort of
ecosystem.

## Changelog
🆑
add: added stoats to the game
/🆑
2025-05-27 18:16:21 +02:00