summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
commit48c827fcfec1b0bce6885ff7b431765528be638a (patch)
treed63365705a3d077b4ee8d349371e27eebe732c22 /src
parent80b2d971574cca927d31b3298e32bc5510aa942f (diff)
Fix formatting of tactic_info table
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" }
};
/*