1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

replaced clearing::buggyplant with bpdata::buggy

This commit is contained in:
Zeno Rogue
2020-03-01 14:34:29 +01:00
parent 103a3a3411
commit c1c4cea31f
2 changed files with 7 additions and 7 deletions

View File

@@ -1373,7 +1373,6 @@ EX void movemutant() {
for(int i=0; i<isize(young); i++) {
cell *c = young[i];
if(clearing::buggyplant) { if(c->monst == moMutant) c->monst=moNone; continue; }
for(int j=0; j<c->type; j++) {
movei mi(c, j);
auto& c2 = mi.t;