diff --git a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp index e2c95b107..fb6b836b6 100644 --- a/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp +++ b/SQF/dayz_code/Configs/CfgBuildingLoot/CfgLootSmall.hpp @@ -308,7 +308,7 @@ class CfgLootSmall { "1Rnd_HE_M203", "FlareWhite_M203", "FlareGreen_M203", - "1Rnd_Smoke_M203", + "1Rnd_Smoke_M203", "200Rnd_556x45_M249", "HandGrenade_west", "HandGrenade_east", @@ -560,4 +560,26 @@ class CfgLootSmall { 0.01, } }; + pistols[] = { + { + "Makarov", + "Colt1911", + "revolver_EP1", + "glock17_EP1", + "MakarovSD", + "M9", + "M9SD", + "revolver_gold_EP1" + }, + { + 0.25, + 0.23, + 0.20, + 0.10, + 0.10, + 0.07, + 0.04, + 0.01 + } + }; }; \ No newline at end of file diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index f0def5c74..8971863f7 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -249,6 +249,7 @@ dayz_resetSelfActions = { s_player_maintain_area_preview = -1; s_player_heli_lift = -1; s_player_heli_detach = -1; + s_player_lockUnlock_crtl = -1; }; call dayz_resetSelfActions;