| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-09-12 17:43:48 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-09-12 17:43:48 +0200 | 
| commit | 5267b264049c890fdbf689fe4bd247b7fb0a4198 (patch) | |
| tree | c3f490e2813e28a8264a059ff93603e2a6a636a7 /tile/global.m4.conf | |
| parent | f57632243fc634b8564a413c964f720f518621ef (diff) | |
| parent | 69462b1eb363d386acb94f670067572f00e818d0 (diff) | |
Merge branch 'attributes_removal'
Still missing:
- Secondary weapons are not balanced.
Diffstat (limited to 'tile/global.m4.conf')
| -rw-r--r-- | tile/global.m4.conf | 4 | 
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 | 


