1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2024-09-19 14:05:02 +01:00
notnotdnethack/include/cults.h
2023-08-27 16:53:41 -04:00

11 lines
168 B
C

#ifndef CULTS_H
#define CULTS_H
#define GOAT_CULT 1
#define FLAME_CULT 2
#define SOTH_CULT 3
#define RAT_CULT 4
#define MAX_CULTS 10
#endif /* CULTS_H */