From 76c39dad0fc7ab13b72f352195995537548a47ab Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Tue, 21 Mar 2017 09:47:03 +0100 Subject: Added blocks that can be washed away by water (#3637) --- src/BlockInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BlockInfo.cpp') diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index fc739a60d..336f5a1e8 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -338,6 +338,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_TNT ].m_OneHitDig = true; a_Info[E_BLOCK_TALL_GRASS ].m_OneHitDig = true; a_Info[E_BLOCK_TORCH ].m_OneHitDig = true; + a_Info[E_BLOCK_TRIPWIRE_HOOK ].m_OneHitDig = true; a_Info[E_BLOCK_TRIPWIRE ].m_OneHitDig = true; -- cgit v1.2.3