New vehicle upgrade system

Need test with datsun vehicle to ensure it works fine
This commit is contained in:
Florian Kinder
2014-02-14 13:26:20 +01:00
parent f0e7622856
commit 1d60f7b1bb
3 changed files with 264 additions and 768 deletions

View File

@@ -176,7 +176,7 @@ class ItemORP: CA_Magazine {
class ItemActions {
class Upgrades {
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
script = "['ORP'] spawn player_upgradeVehicle;";
};
};
@@ -194,7 +194,7 @@ class ItemAVE: CA_Magazine {
class ItemActions {
class Upgrades {
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
script = "['AVE'] spawn player_upgradeVehicle;";
};
};
@@ -212,7 +212,7 @@ class ItemLRK: CA_Magazine {
class ItemActions {
class Upgrades {
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
script = "['LRK'] spawn player_upgradeVehicle;";
};
};
@@ -230,7 +230,7 @@ class ItemTNK: CA_Magazine {
class ItemActions {
class Upgrades {
text = $STR_EPOCH_PLAYER_UPGRADEV;
script = "spawn player_upgradeVehicle;";
script = "['TNK'] spawn player_upgradeVehicle;";
};
};