Skip to content

Commit

Permalink
Fix broken weights
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jun 7, 2024
1 parent e3ad6fc commit b5bc07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monkestation/code/modules/clothing/shoes/clown.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
desc = "A court jester's shoes, updated with modern squeaking technology."
icon_state = "jester_shoes"
icon = 'icons/obj/clothing/shoes.dmi'
squeak_sound = list('monkestation/sound/effects/clown_jingle1.ogg'=1, 'monkestation/sound/effects/clown_jingle2.ogg') //jingHONK jinglHONK jHONKgle jiHONKgle
squeak_sound = list('monkestation/sound/effects/clown_jingle1.ogg'=1, 'monkestation/sound/effects/clown_jingle2.ogg'=1) //jingHONK jinglHONK jHONKgle jiHONKgle

/obj/item/clothing/shoes/clown_shoes/harlequin_boots
name = "harlequin boots"
Expand All @@ -29,4 +29,4 @@
icon_state = "harlequin_boots"
worn_icon = 'monkestation/icons/mob/clothing/feet.dmi'
worn_icon_state = "harlequin_boots"
squeak_sound = list('monkestation/sound/effects/clown_jingle1.ogg'=1, 'monkestation/sound/effects/clown_jingle2.ogg')
squeak_sound = list('monkestation/sound/effects/clown_jingle1.ogg'=1, 'monkestation/sound/effects/clown_jingle2.ogg'=1)

0 comments on commit b5bc07e

Please sign in to comment.