mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Merge remote-tracking branch 'upstream/dev' into 151210-TapeTape
Conflicts: code/__defines/misc.dm
This commit is contained in:
@@ -63,25 +63,38 @@
|
||||
#define LIFE_HUD 10 // STATUS_HUD that only reports dead or alive
|
||||
|
||||
//some colors
|
||||
#define COLOR_WHITE "#FFFFFF"
|
||||
#define COLOR_SILVER "#C0C0C0"
|
||||
#define COLOR_GRAY "#808080"
|
||||
#define COLOR_BLACK "#000000"
|
||||
#define COLOR_RED "#FF0000"
|
||||
#define COLOR_MAROON "#800000"
|
||||
#define COLOR_YELLOW "#FFFF00"
|
||||
#define COLOR_OLIVE "#808000"
|
||||
#define COLOR_LIME "#00FF00"
|
||||
#define COLOR_GREEN "#008000"
|
||||
#define COLOR_CYAN "#00FFFF"
|
||||
#define COLOR_TEAL "#008080"
|
||||
#define COLOR_BLUE "#0000FF"
|
||||
#define COLOR_WHITE "#ffffff"
|
||||
#define COLOR_SILVER "#c0c0c0"
|
||||
#define COLOR_GRAY "#808080"
|
||||
#define COLOR_BLACK "#000000"
|
||||
#define COLOR_RED "#ff0000"
|
||||
#define COLOR_MAROON "#800000"
|
||||
#define COLOR_YELLOW "#ffff00"
|
||||
#define COLOR_OLIVE "#808000"
|
||||
#define COLOR_LIME "#00ff00"
|
||||
#define COLOR_GREEN "#008000"
|
||||
#define COLOR_CYAN "#00ffff"
|
||||
#define COLOR_TEAL "#008080"
|
||||
#define COLOR_BLUE "#0000ff"
|
||||
#define COLOR_BLUE_LIGHT "#33ccff"
|
||||
#define COLOR_NAVY "#000080"
|
||||
#define COLOR_PINK "#FF00FF"
|
||||
#define COLOR_PURPLE "#800080"
|
||||
#define COLOR_ORANGE "#FF9900"
|
||||
#define COLOR_LUMINOL "#66FFFF"
|
||||
#define COLOR_NAVY "#000080"
|
||||
#define COLOR_PINK "#ff00ff"
|
||||
#define COLOR_PURPLE "#800080"
|
||||
#define COLOR_ORANGE "#ff9900"
|
||||
#define COLOR_LUMINOL "#66ffff"
|
||||
#define COLOR_BEIGE "#ceb689"
|
||||
#define COLOR_BLUE_GRAY "#6a97b0"
|
||||
#define COLOR_BROWN "#b19664"
|
||||
#define COLOR_DARK_BROWN "#917448"
|
||||
#define COLOR_DARK_ORANGE "#b95a00"
|
||||
#define COLOR_GREEN_GRAY "#8daf6a"
|
||||
#define COLOR_RED_GRAY "#aa5f61"
|
||||
#define COLOR_PALE_BLUE_GRAY "#8bbbd5"
|
||||
#define COLOR_PALE_GREEN_GRAY "#aed18b"
|
||||
#define COLOR_PALE_RED_GRAY "#cc9090"
|
||||
#define COLOR_PALE_PURPLE_GRAY "#bda2ba"
|
||||
#define COLOR_PURPLE_GRAY "#a2819e"
|
||||
|
||||
// Shuttles.
|
||||
|
||||
// These define the time taken for the shuttle to get to the space station, and the time before it leaves again.
|
||||
@@ -169,20 +182,6 @@
|
||||
#define PROJECTILE_CONTINUE -1 //if the projectile should continue flying after calling bullet_act()
|
||||
#define PROJECTILE_FORCE_MISS -2 //if the projectile should treat the attack as a miss (suppresses attack and admin logs) - only applies to mobs.
|
||||
|
||||
// Custom colors
|
||||
#define COLOR_BEIGE "#CEB689"
|
||||
#define COLOR_BLUE_GRAY "#6A97B0"
|
||||
#define COLOR_BROWN "#B19664"
|
||||
#define COLOR_DARK_BROWN "#917448"
|
||||
#define COLOR_DARK_ORANGE "#B95A00"
|
||||
#define COLOR_GREEN_GRAY "#8DAF6A"
|
||||
#define COLOR_RED_GRAY "#AA5F61"
|
||||
#define COLOR_PALE_BLUE_GRAY "#8BBBD5"
|
||||
#define COLOR_PALE_GREEN_GRAY "#AED18B"
|
||||
#define COLOR_PALE_RED_GRAY "#CC9090"
|
||||
#define COLOR_PALE_PURPLE_GRAY "#BDA2BA"
|
||||
#define COLOR_PURPLE_GRAY "#A2819E"
|
||||
|
||||
//Camera capture modes
|
||||
#define CAPTURE_MODE_REGULAR 0 //Regular polaroid camera mode
|
||||
#define CAPTURE_MODE_ALL 1 //Admin camera mode
|
||||
|
||||
Reference in New Issue
Block a user