Skip to content

Commit

Permalink
[MIRROR] New clown shoes: Moffers (#1267)
Browse files Browse the repository at this point in the history
* 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

:cl:
add: Added new clown shoes "moffers"
add: Added moffers to the contraband list of the autodrobe
/:cl:

* New clown shoes: Moffers

* Digi feet sprites update

---------

Co-authored-by: ValuedEmployee <[email protected]>
Co-authored-by: Mal <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Mar 4, 2024
1 parent 600801a commit 84fcc36
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/shoes/clown.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file modified icons/mob/clothing/feet.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/shoes.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/mob/clothing/feet_digi.dmi
Binary file not shown.

0 comments on commit 84fcc36

Please sign in to comment.