mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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.
11 lines
210 B
C++
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"
|
|
};
|
|
}; |