mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +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;
|
||||
c->aitmp = sval;
|
||||
|
||||
if(isFire(c)) {
|
||||
if(isFireOrMagma(c)) {
|
||||
if(c->wall == waMagma) c->wparam = 20;
|
||||
|
||||
cell *last = c->mov[c->type-1];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user