mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +00:00
* [READY] Adds memory system, and engraving walls with chisels * EEE Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
|
|
// art quality defines, used in datums/components/art.dm, elsewhere
|
|
#define BAD_ART 12.5
|
|
#define OK_ART 20
|
|
#define GOOD_ART 25
|
|
#define GREAT_ART 50
|
|
|
|
///tgui tab portrait categories- they're the same across all portrait tguis.
|
|
#define TAB_LIBRARY 1
|
|
#define TAB_SECURE 2
|
|
#define TAB_PRIVATE 3
|