Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Rifles/AS50.hpp
AirwavesMan 28cdbb8a7b Revert corepatch AS50 ammo
Let AS50 spawn with the normal 5Rnd_127x99_as50 mag no longer with the 5Rnd_127x99_as50_CP with less damage.
Thx to Mishaaa from discord for letting me know.
2021-04-04 19:00:15 +02:00

11 lines
210 B
C++

class BAF_AS50_scoped;
class BAF_AS50_scoped_DZ : BAF_AS50_scoped {
displayname = "AS50";
type = 1;
canlock = 0;
magazines[] = {
"5Rnd_127x99_as50",
"10Rnd_127x99_m107",
"5Rnd_127x99_as50_CP"
};
};