mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
New clown shoes: Moffers (#81796)
## About The Pull Request Adds a new set of clown shoes to the autodrobe under the contraband list that are moth themed. The shoes look like little moth heads on the ends and make moth screaming noises when you take a step. It came to me in a dream and I made this PR in an hour so please be nice to me. ## Why It's Good For The Game Buying meown shoes has been a staple for certain fun loving players and clowns alike on TG. Adding an extra pair of basically the moth version of them can add extra gimmick shenanigans for clowns to baffle onlookers and elicit a giggle from local assistants. Since autodrobes must be hacked to gain these moffer slippers, with an inventory amount of 1 maximum per autodrobe, they should be somewhat of a rarity that adds a little spice to a round. https://github.com/tgstation/tgstation/assets/105574010/5099d088-d760-4b2a-823a-03bf9b342da9   Most importantly: Moth ## Changelog 🆑 add: Added new clown shoes "moffers" add: Added moffers to the contraband list of the autodrobe /🆑
This commit is contained in:
@@ -53,3 +53,9 @@
|
||||
desc = "The adorable sound they make when you walk will mean making friends is more likely."
|
||||
icon_state = "meown_shoes"
|
||||
squeak_sound = list('sound/effects/footstep/meowstep1.ogg'=1) //mew mew mew mew
|
||||
|
||||
/obj/item/clothing/shoes/clown_shoes/moffers
|
||||
name = "moffers"
|
||||
desc = "No moths were harmed in the making of these slippers."
|
||||
icon_state = "moffers"
|
||||
squeak_sound = list('sound/voice/moth/scream_moth.ogg'=1) //like sweet music to my ears
|
||||
|
||||
@@ -207,6 +207,7 @@
|
||||
/obj/item/clothing/mask/muzzle = 2,
|
||||
/obj/item/clothing/shoes/ducky_shoes = 1,
|
||||
/obj/item/clothing/shoes/clown_shoes/meown_shoes = 1,
|
||||
/obj/item/clothing/shoes/clown_shoes/moffers = 1,
|
||||
/obj/item/clothing/suit/costume/judgerobe = 1,
|
||||
/obj/item/clothing/head/costume/lobsterhat = 1,
|
||||
/obj/item/clothing/under/costume/lobster = 1,
|
||||
|
||||
Reference in New Issue
Block a user