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

![Screenshot 2024-03-02
160533](https://github.com/tgstation/tgstation/assets/105574010/5bff7747-72d3-45dc-8994-64a001320d8b)
![Screenshot 2024-03-02
170927](https://github.com/tgstation/tgstation/assets/105574010/d691af0c-9d19-4a78-993a-213ee6bb37dd)

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:
ValuedEmployee
2024-03-04 13:35:13 +01:00
committed by GitHub
parent 584d869f8c
commit 00305c6d6d
4 changed files with 7 additions and 0 deletions
+6
View File
@@ -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
+1
View File
@@ -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,