diff options
| author | PilzAdam <pilzadam@minetest.net> | 2013-06-19 14:30:22 +0000 |
|---|---|---|
| committer | PilzAdam <pilzadam@minetest.net> | 2013-06-19 15:47:00 +0000 |
| commit | 53066024f6a91d5f83241b379b94d8557d43a646 (patch) | |
| tree | c785c98f2cc0b45a2430e0e6a374676cd0a175c4 /src/nodedef.h | |
| parent | e65ac4d626f69656c57c07e4df1a1113a014f34a (diff) | |
| download | dragonfireclient-53066024f6a91d5f83241b379b94d8557d43a646.tar.xz | |
Add drowning
Diffstat (limited to 'src/nodedef.h')
| -rw-r--r-- | src/nodedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index 2691aca33..e397d20e0 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -219,6 +219,7 @@ struct ContentFeatures u8 liquid_viscosity; // Is liquid renewable (new liquid source will be created between 2 existing) bool liquid_renewable; + bool drowning; // Amount of light the node emits u8 light_source; u32 damage_per_second; |
