mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
magma spreads to flammable
This commit is contained in:
parent
91244ea484
commit
64618f5abb
@ -1957,7 +1957,8 @@ namespace heat {
|
|||||||
if(eq(c->aitmp, sval)) continue;
|
if(eq(c->aitmp, sval)) continue;
|
||||||
c->aitmp = sval;
|
c->aitmp = sval;
|
||||||
|
|
||||||
if(isFire(c)) {
|
if(isFireOrMagma(c)) {
|
||||||
|
if(c->wall == waMagma) c->wparam = 20;
|
||||||
|
|
||||||
cell *last = c->mov[c->type-1];
|
cell *last = c->mov[c->type-1];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user