mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Prevent rags duping
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/31167114e79b7fbde063d543e3f225dc493261f7
This commit is contained in:
@@ -14,6 +14,7 @@ _infoText = "";
|
||||
player playActionNow "Medic";
|
||||
[player,"bandage",0,false] call dayz_zombieSpeak;
|
||||
uiSleep 6;
|
||||
if !(_skin in magazines player) exitWith {localize "str_tear_clothes_0" call dayz_rollingMessages;};
|
||||
player removeMagazine _skin;
|
||||
|
||||
switch (_rounded) do {
|
||||
|
||||
Reference in New Issue
Block a user