mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Localization updates
Some localization updates and some code optimization.
This commit is contained in:
@@ -31,11 +31,7 @@ if ((getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState p
|
||||
};
|
||||
|
||||
//player doesn't have the consumable item
|
||||
if (!(_this in magazines player)) exitWith
|
||||
{
|
||||
//TODO move to stringtable
|
||||
"You seem to have misplaced the container." call dayz_rollingMessages;
|
||||
};
|
||||
if (!(_this in magazines player)) exitWith { localize "STR_EPOCH_PLAYER_329" call dayz_rollingMessages; };
|
||||
|
||||
//Remove container
|
||||
player removeMagazine _this;
|
||||
|
||||
Reference in New Issue
Block a user