Files
fulpstation/code/__DEFINES/toys.dm
SomethingFish edb232b692 March TGU (#953)
* lol.

* bit of changes

* deletes stuff

* some map path updates

* more changes

* deletes unit test that was gonna be deleted in tg

* see if this fixes anything
2023-04-04 22:12:01 -04:00

13 lines
399 B
Plaintext

// Affects the probability of a dice roll
/// Dice has a normal chance to land on any value
#define DICE_NOT_RIGGED 1
/// Dice has a higher chance to land on a rigged value
#define DICE_BASICALLY_RIGGED 2
/// Dice has a 100% chance to land on a rigged value
#define DICE_TOTALLY_RIGGED 3
/// card is considered face down
#define CARD_FACEDOWN 0
/// card is considered face up
#define CARD_FACEUP 1