- [NEW] Nou flag per a actors: al tocar-lo desapareix

- [FIX] Els blocs espentables han de rebre l'espenta cap avall encara que no se tinguen els guants
This commit is contained in:
2024-09-24 10:22:18 +02:00
parent eb86874244
commit 15ca066e9b
3 changed files with 11 additions and 2 deletions

View File

@@ -781,6 +781,7 @@ namespace modules
line+=10;
ui::label("FLAGS", 2, line, 96, 11, GRAY);
changed |= btn_check(26, line, "DISA", act->flags, FLAG_DISAPPEAR);
changed |= btn_check(50, line, "INER", act->flags, FLAG_INERTIA);
changed |= btn_check(74, line, "SPEC", act->flags, FLAG_SPECIAL);
line+=10;