From e1d85858710b603d5f024c5c4ddc328f4f43f628 Mon Sep 17 00:00:00 2001 From: cracker64 Date: Tue, 21 May 2013 17:54:37 -0300 Subject: [PATCH] Jacob can't into switches --- src/simulation/elements/DSTW.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/simulation/elements/DSTW.cpp b/src/simulation/elements/DSTW.cpp index d6b879fa2..b8b412461 100644 --- a/src/simulation/elements/DSTW.cpp +++ b/src/simulation/elements/DSTW.cpp @@ -67,10 +67,6 @@ int Element_DSTW::update(UPDATE_FUNC_ARGS) } break; case PT_SLTW: - if (!(rand()%100)) - { - sim->part_change_type(i,x,y,PT_WATR); - } if (!(rand()%2000)) { sim->part_change_type(i,x,y,PT_SLTW);