From 635c02803c8597e35f619424bed28c71056a8390 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 13 Jun 2019 16:22:35 +0200 Subject: [PATCH] fixed Clearing --- complex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex.cpp b/complex.cpp index a38285db..d8504ad1 100644 --- a/complex.cpp +++ b/complex.cpp @@ -913,7 +913,7 @@ namespace clearing { printf("pdir i/ plantdir\n"); exit(1); } - c->stuntime = ds; + c->stuntime = ds & 15; } if(c->mpdist <= 7 && c->monst != moMutant) break;