summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-09-12 17:43:48 +0200
committernsensfel <SpamShield0@noot-noot.org>2019-09-12 17:43:48 +0200
commit5267b264049c890fdbf689fe4bd247b7fb0a4198 (patch)
treec3f490e2813e28a8264a059ff93603e2a6a636a7 /armor/global.m4.conf
parentf57632243fc634b8564a413c964f720f518621ef (diff)
parent69462b1eb363d386acb94f670067572f00e818d0 (diff)
Merge branch 'attributes_removal'
Still missing: - Secondary weapons are not balanced.
Diffstat (limited to 'armor/global.m4.conf')
-rw-r--r--armor/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/armor/global.m4.conf b/armor/global.m4.conf
index dfdde38..5fa1a5b 100644
--- a/armor/global.m4.conf
+++ b/armor/global.m4.conf
@@ -12,7 +12,7 @@ m4_define(`__ARMOR_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
{
id = <<"$1">>,
name = <<"$2">>,
- omnimods = __OMNIMODS($3, $4, $5, $6)
+ omnimods = __OMNIMODS($3, $4, $5)
};
')m4_dnl
m4_define(`__ARMOR_USE_ERLANG_STYLE',
@@ -24,7 +24,7 @@ m4_define(`__ARMOR_JSON_STYLE',` {
"msg": "add_armor",
"id": "$1",
"nam": "$2",
- "omni": __OMNIMODS($3, $4, $5, $6)
+ "omni": __OMNIMODS($3, $4, $5)
},
')m4_dnl
m4_define(`__ARMOR_USE_JSON_STYLE',