edited to add fullbright

This commit is contained in:
sumoomus 2020-06-22 15:10:57 -04:00 committed by GitHub
parent a0f64271e7
commit fcdf71d65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ void ContentFeatures::reset()
liquid_renewable = true;
liquid_range = LIQUID_LEVEL_MAX+1;
drowning = 0;
light_source = 0;
light_source = 15; //fullbright
damage_per_second = 0;
node_box = NodeBox();
selection_box = NodeBox();