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 { type CharacterFlags struct {
Hardcore bool Hardcore bool
Dead bool HasEverDied bool
Expansion bool Expansion bool
Ladder bool Ladder bool
} }
var WidgetStateFlags = map[string]uint64{ var WidgetStateFlags = map[string]uint64{