mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add support for different drowning damage and allow drowning in other nodetypes
This commit is contained in:
@@ -220,7 +220,7 @@ void ContentFeatures::reset()
|
||||
liquid_renewable = true;
|
||||
freezemelt = "";
|
||||
liquid_range = LIQUID_LEVEL_MAX+1;
|
||||
drowning = true;
|
||||
drowning = 0;
|
||||
light_source = 0;
|
||||
damage_per_second = 0;
|
||||
node_box = NodeBox();
|
||||
|
Reference in New Issue
Block a user