code/__DEFINES/toys.dm 
| DICE_NOT_RIGGED | Dice has a normal chance to land on any value |
|---|---|
| DICE_BASICALLY_RIGGED | Dice has a higher chance to land on a rigged value |
| DICE_TOTALLY_RIGGED | Dice has a 100% chance to land on a rigged value |
| CARD_FACEDOWN | card is considered face down |
| CARD_FACEUP | card is considered face up |
Define Details
CARD_FACEDOWN 
card is considered face down
CARD_FACEUP 
card is considered face up
DICE_BASICALLY_RIGGED 
Dice has a higher chance to land on a rigged value
DICE_NOT_RIGGED 
Dice has a normal chance to land on any value
DICE_TOTALLY_RIGGED 
Dice has a 100% chance to land on a rigged value