mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-20 09:32:35 +01:00
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
#define ROCKPAPERSCISSORS_RANGE 3
|
|
#define ROCKPAPERSCISSORS_TIME_LIMIT 20 SECONDS
|
|
|
|
#define ROCKPAPERSCISSORS_LOSE "lose"
|
|
#define ROCKPAPERSCISSORS_WIN "win"
|
|
#define ROCKPAPERSCISSORS_TIE "tie"
|
|
#define ROCKPAPERSCISSORS_NOT_DECIDED "not_decided"
|