summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-08-29 15:56:47 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-08-29 15:56:47 +0200
commit1a9fd3dd14f57051833b1cf5263b5a9dbfc9d0aa (patch)
tree876b4633a5fa9b499ce5d201d1c27faab04366e7 /tile/global.m4.conf
parent08bc1ce1816f7ac241d647a3d7360bd22aafe9ef (diff)
Fixes format, hopefully.
Diffstat (limited to 'tile/global.m4.conf')
-rw-r--r--tile/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tile/global.m4.conf b/tile/global.m4.conf
index f286e4b..c4079d3 100644
--- a/tile/global.m4.conf
+++ b/tile/global.m4.conf
@@ -19,7 +19,7 @@ m4_define(`__TILE_CLASS_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
id = <<"$1">>,
name = <<"[__TILE_CATEGORY_NAME] $2">>,
cost = $3,
- omnimods = __OMNIMODS($4, $5, $6, $7),
+ omnimods = __OMNIMODS($4, $5, $6),
family = <<"__TILE_CATEGORY_FAMILY">>,
depth = __TILE_CATEGORY_DEPTH
};')m4_dnl
@@ -33,7 +33,7 @@ m4_define(`__TILE_CLASS_JSON_STYLE',` {
"id": "$1",
"nam": "[__TILE_CATEGORY_NAME] $2",
"ct": $3,
- "omni": __OMNIMODS($4, $5, $6, $7),
+ "omni": __OMNIMODS($4, $5, $6),
"fa": "__TILE_CATEGORY_FAMILY",
"de": __TILE_CATEGORY_DEPTH
},')m4_dnl