magma spreads to flammable

This commit is contained in:
Zeno Rogue 2017-12-21 15:12:25 +01:00
parent 91244ea484
commit 64618f5abb
1 changed files with 2 additions and 1 deletions

View File

@ -1957,7 +1957,8 @@ namespace heat {
if(eq(c->aitmp, sval)) continue;
c->aitmp = sval;
if(isFire(c)) {
if(isFireOrMagma(c)) {
if(c->wall == waMagma) c->wparam = 20;
cell *last = c->mov[c->type-1];