From 7b13d119ed917c137fc375eff790a7754fd93386 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Thu, 1 Aug 2013 18:36:11 +0200 Subject: Add support for different drowning damage and allow drowning in other nodetypes --- src/nodedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index 714e1ba2c..c0322d919 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -228,7 +228,7 @@ struct ContentFeatures std::string freezemelt; // Number of flowing liquids surrounding source u8 liquid_range; - bool drowning; + u8 drowning; // Amount of light the node emits u8 light_source; u32 damage_per_second; -- cgit v1.2.3