Update NeutralAssaultRifle.hpp

Fixed typo making L85A2 Holo 90 gold to buy.
This commit is contained in:
githubmil
2014-08-26 04:08:10 -06:00
parent 7b6d565b54
commit 309655a89b

View File

@@ -106,7 +106,7 @@ class Category_602 {
}; };
class BAF_L85A2_RIS_Holo { class BAF_L85A2_RIS_Holo {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {9,"ItemGoldBar10oz"}; buy[] = {9,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
}; };
@@ -218,7 +218,7 @@ class Category_637 {
}; };
class BAF_L85A2_RIS_Holo { class BAF_L85A2_RIS_Holo {
type = "trade_weapons"; type = "trade_weapons";
buy[] = {9,"ItemGoldBar10oz"}; buy[] = {9,"ItemGoldBar"};
sell[] = {6,"ItemGoldBar"}; sell[] = {6,"ItemGoldBar"};
}; };
}; };