New Config Entry buildText

Allows a string to replace the vehicle display name that will be created
which is typically displayed when building.
This commit is contained in:
icomrade
2016-07-22 11:06:45 -04:00
parent 082c0c13e6
commit f808bda2a9
3 changed files with 12 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ class ItemPumpkinPlant: CA_Magazine {
class ItemActions {
class Build {
text = "Plant Pumpkin";
buildText = "pumpkin plant";
script = "spawn player_build;";
require[] = {"ItemEtool"};
create = "Grave"; // TODO: model for Pumpkin Stage 1
@@ -84,6 +85,7 @@ class ItemHempPlant: CA_Magazine {
class ItemActions {
class Build {
text = "Plant Hemp";
buildText = "hemp plant";
script = "spawn player_build;";
require[] = {"ItemEtool"};
create = "MAP_c_fern"; // TODO: model for Hemp Stage 1