Skip to content

Commit

Permalink
Add description to CRE flags bit 31 (Uninterruptible)
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Jun 19, 2024
1 parent 55d472b commit a0760da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/org/infinity/resource/cre/CreResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ public final class CreResource extends AbstractStruct
"Hide status", "Affected by alternate damage", "Moving between areas", "Been in party", "Holding item",
"Reset bit 16", null, null, "EE: No exploding death", null, "EE: Ignore nightmare mode", "EE: No tooltip",
"Allegiance tracking", "General tracking", "Race tracking", "Class tracking", "Specifics tracking",
"Gender tracking", "Alignment tracking", "Uninterruptible" };
"Gender tracking", "Alignment tracking",
"Uninterruptible;Used internally to indicate whether execution of creature script actions can be interrupted." };

public static final String[] FLAGS_IWD2_ARRAY = { "No flags set", "Damage don't stop casting", "No corpse",
"Permanent corpse", null, null, null, null, null, null, "Fallen paladin", "Fallen ranger", "Export allowed", null,
Expand Down

0 comments on commit a0760da

Please sign in to comment.