diff --git a/Resources/Changelog/Parts/dice.yml b/Resources/Changelog/Parts/dice.yml new file mode 100644 index 0000000000..b0976a2852 --- /dev/null +++ b/Resources/Changelog/Parts/dice.yml @@ -0,0 +1,4 @@ +author: Your_Name_Here +changes: + - type: Tweak # One of the following: Add, Remove, Tweak, Fix + message: Dice now have a roll cooldown. diff --git a/Resources/Prototypes/Entities/Objects/Fun/dice.yml b/Resources/Prototypes/Entities/Objects/Fun/dice.yml index d810b5c318..9d82eb3c01 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/dice.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/dice.yml @@ -4,6 +4,8 @@ id: BaseDice components: - type: Dice + - type: ItemCooldown + - type: UseDelay - type: Sprite sprite: Objects/Fun/dice.rsi noRot: true # If their sprites rotate, the number becomes even more illegible than usual.