tone down player detonate power

This commit is contained in:
vbawol 2016-07-12 16:16:03 -05:00
parent 792e2d90bf
commit 4420175667

View File

@ -17,6 +17,6 @@ diag_log format["Epoch: ADMIN: Attempting player detonate on %1.", getPlayerUID
if !([_player,_token]call EPOCH_server_getPToken)exitWith{};
_pos = getPosATL _player;
_bomb = createVehicle["SapperB_Charge_Ammo", _pos, [], 0, "CAN_COLLIDE"];
_bomb = createVehicle["Sapper_Charge_Ammo", _pos, [], 0, "CAN_COLLIDE"];
_bomb setDamage 1;
hideObjectGlobal _player;
hideObjectGlobal _player;