Rename Dead flag to HasEverDied

This commit is contained in:
CarlPoppa
2025-10-27 08:28:33 +00:00
parent 90e5f44934
commit af6549aac5

View File

@@ -38,7 +38,7 @@ type MercOption struct {
type CharacterFlags struct {
Hardcore bool
Dead bool
HasEverDied bool
Expansion bool
Ladder bool
}