diff --git a/docs/VehicleSalvage/installation.md b/docs/VehicleSalvage/installation.md index 77e5d26..6490b14 100644 --- a/docs/VehicleSalvage/installation.md +++ b/docs/VehicleSalvage/installation.md @@ -24,14 +24,14 @@ _To_ * Add to the bottom of "class Car" menus this: - ```cpp - class ExAdSalvage: ExileAbstractAction - { +```cpp + class ExAdSalvage: ExileAbstractAction + { title = "ExAd Salvage Aircraft"; condition = "(!(alive (ExileClientInteractionObject)))"; action = "_this call ExAd_fnc_vehicleSalvage"; - }; - ``` + }; +``` * Make sure it follows the formatting of the rest of the actions.