1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add possibility to easier override HP and breath engine logic by Lua (#14179)

Co-authored-by: Lars Mueller <appgurulars@gmx.de>
This commit is contained in:
sfence 2024-08-21 20:24:43 +02:00 committed by GitHub
parent dc21924f31
commit f2c66b9ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 66 additions and 4 deletions

View file

@ -291,7 +291,7 @@ const std::array<const char *, 33> object_property_keys = {
"use_texture_alpha",
"shaded",
"damage_texture_modifier",
"show_on_minimap"
"show_on_minimap",
};
/******************************************************************************/