Change in-game EN name of "No Auto Heal" challenge to "No Free Heal"

This commit is contained in:
NightKev 2024-09-19 02:50:30 -07:00
parent c7df07715d
commit b0c9fbe56b
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
"value.1": "On" "value.1": "On"
}, },
"noAutoHeal": { "noAutoHeal": {
"name": "No Auto Heal", "name": "No Free Heal",
"desc": "Disables the automatic healing which normally occurs after every 10th wave.", "desc": "Disables the free automatic healing which normally occurs after every 10th wave.",
"value.0": "Off", "value.0": "Off",
"value.1": "On" "value.1": "On"
}, },