Commencing Virtuous Mission: MGS 3 Stealth Suits (#4747)

## About The Pull Request

<img width="195" height="177" alt="image"
src="https://github.com/user-attachments/assets/af6505b9-1036-41d0-98c7-04df08cb01ed"
/>

## Why It's Good For The Game

I love Metal Gear Solid 3. I'm not a very emotional person. But Metal
Gear Solid 3's ending, Snake's debriefing specifically brings me to
tears whenever I think about it.

With MGS Delta releasing, I thought about it again. So I commissioned
Crumpaloo, and took ~~another Doppler~~, (correction, the bandana is by
~~Alterist~~ Kuro020, how have I got credit wrong three times, of TGMC)
sprite to bring the legendary soldiers together. The Mother of Special
Forces and the Man Who Sold the World.

Armored varients are in the Syndi/Sec drobe while unarmored variants are
in the Autodrobe.

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

</details>

## Changelog
🆑 TheSelfish, Crumpaloo, Alterist and Hideo Kojima
add: Sing. Sing a song. Straight from Soviet Russia, don the iconic
gears of the Legendary Soldiers, Naked Snake and The Boss. Unarmored
variants in a Hacked Autodrobe, Armored in a hacked Security Drobe and
Syndidrobe respectively.
/🆑

---------

Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com>
This commit is contained in:
Cursor
2025-10-23 03:08:49 +03:00
committed by GitHub
co-authored by Arturlang
parent 3d85262dd9
commit 200d6b52d2
18 changed files with 118 additions and 1 deletions
+7
View File
@@ -333,6 +333,13 @@ GLOBAL_LIST_INIT(autodrobe_contraband_items, list(
/obj/item/clothing/under/syndicate/skyrat/enclave = 3,
/obj/item/clothing/under/syndicate/skyrat/enclave/officer = 3,
/obj/item/clothing/under/syndicate/syndibunny/fake = 3,
/obj/item/clothing/head/bandana/snake = 3, //Solid, Vic and ... Venom I guess?
/obj/item/clothing/under/rank/civilian/bubber/boss = 3, //Okay maybe there is room for more than one Boss and Snake
/obj/item/clothing/gloves/bubber/boss = 3,
/obj/item/clothing/shoes/jackboots/boss = 3,
/obj/item/clothing/under/rank/civilian/bubber/snake = 3,
/obj/item/clothing/gloves/bubber/snake = 3,
/obj/item/clothing/shoes/jackboots/snake = 3,
// BUBBER EDIT ADDITION END - Extra stuff
))