aboutsummaryrefslogtreecommitdiff
path: root/src/object_properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object_properties.h')
-rw-r--r--src/object_properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_properties.h b/src/object_properties.h
index 3895f3379..f7848f5a2 100644
--- a/src/object_properties.h
+++ b/src/object_properties.h
@@ -39,6 +39,7 @@ struct ObjectProperties
std::string mesh = "";
v3f visual_size = v3f(1, 1, 1);
std::vector<std::string> textures;
+ std::string damage_texture_modifier = "^[brighten";
std::vector<video::SColor> colors;
v2s16 spritediv = v2s16(1, 1);
v2s16 initial_sprite_basepos;