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

@@ -37,10 +37,10 @@ type MercOption struct {
}
type CharacterFlags struct {
Hardcore bool
Dead bool
Expansion bool
Ladder bool
Hardcore bool
HasEverDied bool
Expansion bool
Ladder bool
}
var WidgetStateFlags = map[string]uint64{