mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add GPS, Rangefinder and NVG back as sell only
Partially reverts7435548582@AirwavesMan now that buy or sell only is available via:ffef031863
This commit is contained in:
@@ -14,11 +14,26 @@ class Category_679 {
|
|||||||
buy[] = {6,"ItemSilverBar"};
|
buy[] = {6,"ItemSilverBar"};
|
||||||
sell[] = {3,"ItemSilverBar"};
|
sell[] = {3,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
|
class ItemGPS {
|
||||||
|
type = "trade_weapons";
|
||||||
|
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||||
|
sell[] = {1,"ItemGoldBar"};
|
||||||
|
};
|
||||||
class Binocular {
|
class Binocular {
|
||||||
type = "trade_weapons";
|
type = "trade_weapons";
|
||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {2,"ItemSilverBar"};
|
||||||
sell[] = {1,"ItemSilverBar"};
|
sell[] = {1,"ItemSilverBar"};
|
||||||
};
|
};
|
||||||
|
class Binocular_Vector {
|
||||||
|
type = "trade_weapons";
|
||||||
|
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||||
|
sell[] = {1,"ItemGoldBar"};
|
||||||
|
};
|
||||||
|
class NVGoggles {
|
||||||
|
type = "trade_weapons";
|
||||||
|
buy[] = {-1,"ItemGoldBar"}; // Sell only
|
||||||
|
sell[] = {1,"ItemGoldBar"};
|
||||||
|
};
|
||||||
class ItemFlashlight {
|
class ItemFlashlight {
|
||||||
type = "trade_weapons";
|
type = "trade_weapons";
|
||||||
buy[] = {2,"ItemSilverBar"};
|
buy[] = {2,"ItemSilverBar"};
|
||||||
|
|||||||
Reference in New Issue
Block a user