Adds cooldown to dice rolling.

This commit is contained in:
Vera Aguilera Puerto
2021-10-02 11:03:48 +02:00
parent 1aadd3e57d
commit 8fab6e7e0c
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

View File

@@ -4,6 +4,8 @@
id: BaseDice id: BaseDice
components: components:
- type: Dice - type: Dice
- type: ItemCooldown
- type: UseDelay
- type: Sprite - type: Sprite
sprite: Objects/Fun/dice.rsi sprite: Objects/Fun/dice.rsi
noRot: true # If their sprites rotate, the number becomes even more illegible than usual. noRot: true # If their sprites rotate, the number becomes even more illegible than usual.