mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fixed the sound. (#21842)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user