Bureaucratic Goat 2: the Reckoning (#5226)

## About The Pull Request
Credit to Seijan-Etroix for helping **_a lot_** with the design.

I have resprited and recoded the Bureaucratic goat's plush, my very
first PR.
Now, the plushie has two secret functions: one which allows the plushie
to pull back its shirt and reveal its belly (exactly like #5188) and
another which simply allows the plushie to eat paper/documents and act
as a folder. It also comes with its own custom sound.

<img width="320" height="320" alt="tianplush-export"
src="https://github.com/user-attachments/assets/5b6a5556-a1a7-4b8d-ba0f-1fe197dfe746"
/>

## Why It's Good For The Game

I'm better at coding and spriting now!

## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>
<img width="170" height="120" alt="image"
src="https://github.com/user-attachments/assets/3f280207-8767-496d-8885-29dbf73652b7"
/>
<img width="352" height="164" alt="image"
src="https://github.com/user-attachments/assets/7ddccc27-0aa4-4e30-8b73-2f538388352c"
/>

</details>

## Changelog
🆑
add: Added new folder functionality to the Bureaucratic Goat plush, as
well as a revealable tummy.
image: Updated the sprite of the Bureaucratic Goat plush.
/🆑
This commit is contained in:
Mathilde
2026-02-12 11:07:32 -05:00
committed by GitHub
parent 93a13678fb
commit 6f2f46990f
4 changed files with 123 additions and 11 deletions
+1 -1
View File
@@ -382,7 +382,7 @@
return UI_CLOSE
if(!user.can_read(src))
return UI_CLOSE
if(in_contents_of(/obj/machinery/door/airlock) || in_contents_of(/obj/item/clipboard) || in_contents_of(/obj/item/folder))
if(in_contents_of(/obj/machinery/door/airlock) || in_contents_of(/obj/item/clipboard) || in_contents_of(/obj/item/folder) || in_contents_of(/obj/item/toy/plush/tian_plush)) //BUBBER EDIT - /obj/item/toy/plush/tian_plush
return UI_INTERACTIVE
return ..()