fixed the sound. (#21842)

This commit is contained in:
Badoniondev
2023-07-29 12:40:44 -05:00
committed by GitHub
parent 7340fb0a65
commit 9dc983d026
+2 -1
View File
@@ -1,10 +1,11 @@
/obj/item/storage/pill_bottle/dice
/obj/item/storage/pill_bottle/dice //But why is this a pill bottle
name = "bag of dice"
desc = "Contains all the luck you'll ever need."
icon = 'icons/obj/dice.dmi'
icon_state = "dicebag"
can_hold = list(/obj/item/dice)
allow_wrap = FALSE
use_sound = "rustle"
/obj/item/storage/pill_bottle/dice/populate_contents()
var/special_die = pick("1","2","fudge","00","100")