summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-06 23:41:26 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-06 23:41:26 +0200 |
commit | 0f890f3730a0531bc397f317c329f3beb9fc740d (patch) | |
tree | 58fb661d6336ea535edffd8780c2bbd1952077ba /src/shared/struct/inventory/shr_weapon.erl.m4 | |
parent | 9a3e0fb6c22d54bbd445e2d792a7554015acacad (diff) |
Saner default equipment.
Diffstat (limited to 'src/shared/struct/inventory/shr_weapon.erl.m4')
-rw-r--r-- | src/shared/struct/inventory/shr_weapon.erl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/struct/inventory/shr_weapon.erl.m4 b/src/shared/struct/inventory/shr_weapon.erl.m4 index 8492189..ce87045 100644 --- a/src/shared/struct/inventory/shr_weapon.erl.m4 +++ b/src/shared/struct/inventory/shr_weapon.erl.m4 @@ -82,7 +82,7 @@ from_id (_) -> default(). -spec default () -> type(). -default () -> from_id(<<"0">>). +default () -> from_id(<<"s0">>). -spec default_id () -> id(). -default_id () -> <<"0">>. +default_id () -> <<"s0">>. |