1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

relhell:: ads:: barrier-walls crash into

This commit is contained in:
Zeno Rogue
2024-10-01 22:16:43 +02:00
parent ea92d84b3e
commit afadd898a2
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ void fire() {
hybrid::in_underlying_geometry([&] {
gen_terrain(c1, ci);
});
if(among(ci.type, wtSolid, wtDestructible)) {
if(among(ci.type, wtSolid, wtDestructible, wtBarrier)) {
r->life_end = t;
auto Scell_inv = ads_inverse(Scell);