Skip to content
Snippets Groups Projects
Commit 9decfb3c authored by DarkGod's avatar DarkGod
Browse files

hadnle vim_on_death desc

parent 834849ad
No related branches found
No related tags found
No related merge requests found
......@@ -1293,6 +1293,7 @@ function _M:getTextualDesc(compare_with, use_actor)
compare_fields(w, compare_with, field, "hate_per_kill", "+%0.2f", "Hate per kill: ")
compare_fields(w, compare_with, field, "psi_per_kill", "+%0.2f", "Psi per kill: ")
compare_fields(w, compare_with, field, "vim_on_death", "%+.2f", "Vim per kill: ")
compare_fields(w, compare_with, field, "die_at", "%+.2f life", "Only die when reaching: ", 1, true, true)
compare_fields(w, compare_with, field, "max_life", "%+.2f", "Maximum life: ")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment