summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tables.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/tables.cc b/src/tables.cc
index 8b05ddf6..4d6e87a3 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -2169,16 +2169,16 @@ deity_type deity_info[MAX_GODS] =
/* as far as I know. */
tactic_info_type tactic_info[9] =
{
- /* hit dam ac stl dis sav */
- { -10, -10, + 15, + 3, + 15, + 14, "coward"}, /* 4-4 */
- { -8, -8, + 10, + 2, + 9, + 9, "meek"}, /* 4-3 */
- { -4, -4, + 5, + 1, + 5, + 5, "wary"}, /* 4-2 */
- { -2, -2, + 2, + 1, + 2, + 2, "careful"}, /* 4-1 */
- { 0, 0, 0, 0, 0, 0, "normal"}, /* 4+0 */
- { 2, 2, -2, -1, -2, -3, "confident"}, /* 4+1 */
- { 4, 4, -5, -2, -5, -7, "aggressive"}, /* 4+2 */
- { 6, 6, -10, -3, -11, -12, "furious"}, /* 4+3 */
- { 8, 12, -25, -5, -18, -18, "berserker"} /* 4+4 */
+ /* hit dam ac stl dis sav */
+ { -10, -10, +15, +3, +15, +14, "coward" },
+ { -8, -8, +10, +2, +9, +9, "meek" },
+ { -4, -4, +5, +1, +5, +5, "wary" },
+ { -2, -2, +2, +1, +2, +2, "careful" },
+ { 0, 0, 0, 0, 0, 0, "normal" },
+ { 2, 2, -2, -1, -2, -3, "confident" },
+ { 4, 4, -5, -2, -5, -7, "aggressive" },
+ { 6, 6, -10, -3, -11, -12, "furious" },
+ { 8, 12, -25, -5, -18, -18, "berserker" }
};
/*