Skip to content

Commit ca38e53

Browse files
committed
HumanitZ: update OnDeath setting
1 parent 4b9e27f commit ca38e53

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

humanitzconfig.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,12 @@
170170
"FieldName": "OnDeath",
171171
"InputType": "enum",
172172
"ParamFieldName": "World Settings.OnDeath",
173-
"DefaultValue": "2",
173+
"DefaultValue": "3",
174174
"EnumValues": {
175-
"0": "Only lose backpack and weapon in hand",
176-
"1": "Lose all previous + pockets",
177-
"2": "Lose all previous + equipment (default)"
175+
"0": "Lose nothing",
176+
"1": "Only lose backpack and weapon in hand",
177+
"2": "Lose all previous + pocket and backpack",
178+
"3": "Lose all previous + equipment (default)"
178179
}
179180
},
180181
{

0 commit comments

Comments
 (0)