- [FIX] Nomes l'heroi pot fer que els blocs que desapareixen desapareguen

- [NEW] Flag en l'editor de habitació completada, per a no tornar-me loco
- Més habitacions
This commit is contained in:
2024-10-01 10:44:58 +02:00
parent 093cd5916b
commit 231a81a9e5
54 changed files with 213 additions and 19 deletions

View File

@@ -527,7 +527,7 @@ namespace actor
else
result = act->react_push;
}
if (act->flags & FLAG_DISAPPEAR)
if ( (source->flags & FLAG_HERO) && (act->flags & FLAG_DISAPPEAR) )
{
act = actor::replaceWithTemplate(act, "EXPLOSION");
act->name[0]='_';