summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-28 21:16:53 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-08-28 21:16:53 +0200
commitcbc2ba3d9e073d1d8a7f6d2f18f1e15098927e38 (patch)
tree1a08493b9a4efb39e889bef8511f7481c097c0cc /weapon/global.m4.conf
parent08424056d861650e68cdb6fb3a126a98a74edc13 (diff)
Fixes various mistakes.omnimods
Diffstat (limited to 'weapon/global.m4.conf')
-rw-r--r--weapon/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/weapon/global.m4.conf b/weapon/global.m4.conf
index 5d2f473..2bd8bcc 100644
--- a/weapon/global.m4.conf
+++ b/weapon/global.m4.conf
@@ -12,8 +12,8 @@ m4_define(`__WEAPON_ERLANG_STYLE',`from_id (`$1') ->
{
id = $1,
name = <<"$2">>,
- min_range = $3,
- max_range = $4,
+ range_min = $3,
+ range_max = $4,
omnimods = __OMNIMODS($5, $6, $7, $8)
};
')m4_dnl