mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-11 10:42:58 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user