This commit is contained in:
jirik2077
2026-07-18 07:01:41 +02:00
parent 71eaabc957
commit d63f293291
+1 -1
View File
@@ -489,7 +489,7 @@ int proto_critter_flags_modify(int pid)
flags |= CRITTER_NO_HEAL;
}
rc = win_yes_no("Is Invlunerable????", 340, 200, COLOR_LIGHT_YELLOW | DRAW_TEXT_FLAG_SHADOWED);
rc = win_yes_no("Is Invulnerable????", 340, 200, COLOR_LIGHT_YELLOW | DRAW_TEXT_FLAG_SHADOWED);
if (rc == -1) {
return -1;
}