mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Fix darkness artifacts (#4052)
This commit is contained in:
@@ -366,11 +366,6 @@ Will print: "/mob/living/carbon/human/death" (you can optionally embed it in a s
|
||||
#define USE_FAIL_NOT_IN_USER 6
|
||||
#define USE_FAIL_IS_SILICON 7
|
||||
|
||||
// 510 doesn't have this flag, so this shim will turn it into a no-op if it doesn't exist.
|
||||
#ifndef SEE_BLACKNESS
|
||||
#define SEE_BLACKNESS 0
|
||||
#endif
|
||||
|
||||
#define DEFAULT_SIGHT (SEE_SELF|SEE_BLACKNESS)
|
||||
|
||||
#define isStationLevel(Z) ((Z) in current_map.station_levels)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Lohikar
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Objects partially obscured by shadow will no longer be partially fullbright."
|
||||
Reference in New Issue
Block a user