Skip to content

Commit

Permalink
decrease MILITARY_BASE_LIGHTING, CAVERN_LIGHT; increase DUSK_LIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Aug 26, 2022
1 parent fae4b92 commit 54a5354
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions scripts_src/headers/updatmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,12 @@
#define UPDATMAP_H

// Lighting Information
/*
#define BRIGHT_LIGHT (100)
#define CAVERN_LIGHT (50)
#define DUSK_LIGHT (40)
#define CAVERN_LIGHT (49)
#define DUSK_LIGHT (49)
#define ENCLAVE_LIGHT (60)
#define INDOOR_LIGHT (60)
#define BASEMENT_LIGHT (50)
#define MILITARY_BASE_LIGHTING (75)
*/

//new lighting values for RP - suggested by Josan12
#define BRIGHT_LIGHT (90)
#define CAVERN_LIGHT (40)
#define DUSK_LIGHT (45)
#define ENCLAVE_LIGHT (60)
#define INDOOR_LIGHT (60)
#define BASEMENT_LIGHT (40)
#define MILITARY_BASE_LIGHTING (50)

#define WINTER_MORNING (700)
Expand Down

0 comments on commit 54a5354

Please sign in to comment.