Fixed 'hand-to-hand' string to contain dashes.

This commit is contained in:
Martin Haye 2021-04-17 07:57:52 -07:00
parent ecfe070bd2
commit 8e0c2d76c5

View File

@ -182,7 +182,7 @@ export byte[] S_LUCK = "Luck"
export byte[] S_HEALTH = "Health"
export byte[] S_MAX_HEALTH = "Max health"
export byte[] S_AIMING = "Aiming"
export byte[] S_HAND_TO_HAND = "Hand to hand"
export byte[] S_HAND_TO_HAND = "Hand-to-hand"
export byte[] S_DODGING = "Dodging"
export byte[] S_GOLD = "Gold"
export byte[] S_TIME = "Time"