mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Power Sword Function
This commit is contained in:
parent
159555718f
commit
1460773de3
@ -97,8 +97,8 @@ switch true do {
|
|||||||
};
|
};
|
||||||
case (_ammo isKindOf "B_Swing" || _ammo isKindOf "B_Stick") : {
|
case (_ammo isKindOf "B_Swing" || _ammo isKindOf "B_Stick") : {
|
||||||
player playActionNow "SledgeSwing";
|
player playActionNow "SledgeSwing";
|
||||||
call EPOCH_mineRocks;
|
if (_weapon in ["MeleeSword","Power_Sword"]) then {
|
||||||
if (_weapon isEqualTo "MeleeSword") then {
|
call EPOCH_mineRocks;
|
||||||
call EPOCH_chopWood;
|
call EPOCH_chopWood;
|
||||||
};
|
};
|
||||||
if (_weapon isEqualTo "MeleeRod") then {
|
if (_weapon isEqualTo "MeleeRod") then {
|
||||||
|
Loading…
Reference in New Issue
Block a user