mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 00:20:50 +03:00
Comment some unused achievement code
Vanilla commits:3ec1cc3c5d3171f68bee
This commit is contained in:
@@ -55,10 +55,7 @@ if ((count _knifeArray > 0) and !_hasHarvested) then {
|
||||
PVCDZ_obj_GutBody =[_item,_qty];
|
||||
publicVariable "PVCDZ_obj_GutBody";
|
||||
|
||||
//achievement system
|
||||
if (!achievement_Gut) then {
|
||||
achievement_Gut = true;
|
||||
};
|
||||
//if (!achievement_Gut) then {achievement_Gut = true;};
|
||||
};
|
||||
|
||||
if (dayz_knifeDulling) then {
|
||||
|
||||
@@ -68,12 +68,12 @@ if ((count _worldspace) == 2) then {
|
||||
[_fire,true] call dayz_inflame;
|
||||
_fire spawn player_fireMonitor;
|
||||
|
||||
if (dayz_playerAchievements select 14 < 1) then {
|
||||
/*if (dayz_playerAchievements select 14 < 1) then {
|
||||
// Firestarter
|
||||
dayz_playerAchievements set [14,1];
|
||||
achievement = [14, player, dayz_characterID];
|
||||
publicVariableServer "achievement";
|
||||
};
|
||||
};*/
|
||||
//localize "str_fireplace_01" call dayz_rollingMessages;
|
||||
(localize "str_fireplace_01") call dayz_rollingMessages;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user