mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-08-13 11:03:12 +03:00
Finish localization support
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/33c6cafbcbffca2624ed5753d9b4882419626c70
This commit is contained in:
@@ -11,7 +11,7 @@ class 7Rnd_45ACP_1911: CA_Magazine
|
||||
|
||||
class ReloadMag
|
||||
{
|
||||
text = "Combine for Revolver"; //TODO: move to stringtable
|
||||
text = $STR_MAG_CONV_45ACP_Revolver;
|
||||
script = "spawn player_reloadMag;";
|
||||
use[] = {"7Rnd_45ACP_1911"};
|
||||
output[] = {"6Rnd_45ACP"};
|
||||
@@ -32,7 +32,7 @@ class 6Rnd_45ACP: CA_Magazine
|
||||
|
||||
class ReloadMag
|
||||
{
|
||||
text = "Combine for M1911"; //TODO: move to stringtable
|
||||
text = $STR_MAG_CONV_45ACP_M1911;
|
||||
script = "spawn player_reloadMag;";
|
||||
use[] = {"6Rnd_45ACP"};
|
||||
output[] = {"7Rnd_45ACP_1911"};
|
||||
|
||||
Reference in New Issue
Block a user