Skip to content

Commit

Permalink
Adds Poseidon II to RHS NAPA (#3203)
Browse files Browse the repository at this point in the history
* added Poseidon II

* set Poseidon II price

* Stray comma
  • Loading branch information
ante185 authored Apr 28, 2024
1 parent b4829e7 commit 866c833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion A3A/addons/core/Templates/Templates/RHS/RHS_Reb_NAPA.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
["vehiclesCivCar", ["C_Offroad_01_F", "C_Hatchback_01_F", "C_Hatchback_01_sport_F", "C_SUV_01_F"]] call _fnc_saveToTemplate;
["vehiclesCivTruck", ["RHS_Ural_Open_Civ_01", "C_Van_01_transport_F", "C_Van_02_transport_F", "C_Van_02_vehicle_F"]] call _fnc_saveToTemplate;
["vehiclesCivHeli", ["RHS_Mi8t_civilian"]] call _fnc_saveToTemplate;
["vehiclesCivBoat", ["C_Boat_Civil_01_F", "C_Rubberboat"]] call _fnc_saveToTemplate;
["vehiclesCivBoat", ["C_Boat_Civil_01_F", "C_Rubberboat", "rhsgref_civ_canoe"]] call _fnc_saveToTemplate;

["staticMGs", ["rhsgref_nat_DSHKM", "rhsgref_nat_DSHKM_Mini_TriPod", "rhsgref_nat_NSV_TriPod", "rhs_KORD_high_VMF"]] call _fnc_saveToTemplate;
["staticAT", ["rhsgref_nat_SPG9"]] call _fnc_saveToTemplate;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
["attributesVehicles", [
["rhsgref_civ_canoe", ["rebCost", 20]]
]] call _fnc_saveToTemplate;

0 comments on commit 866c833

Please sign in to comment.