Rename plot pole from "30m_plot_kit" to "plot_pole_kit"

Sanity change since the plot pole is not fixed at 30 meters and is
configurable.
This commit is contained in:
oiad
2016-10-08 12:51:21 +13:00
parent 8a2d95295b
commit 5bc36166a7
6 changed files with 17 additions and 8 deletions

View File

@@ -458,9 +458,9 @@ class Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1
scope = public;
offset[] = {0,2.5,0.3};
displayName = "30m Plot Pole";
displayName = $STR_EPOCH_PLAYER_246;
vehicleClass = "Fortifications";
removeoutput[] = {{"30m_plot_kit",1}};
removeoutput[] = {{"plot_pole_kit",1}};
requireplot = 0;
nounderground = 0;
};