mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
class S1203_TK_CIV_EP1: Car {
|
||||
displayName = $STR_VEH_NAME_SKODA_BUS;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
};
|
||||
|
||||
class S1203_ambulance_EP1: S1203_TK_CIV_EP1 {};
|
||||
class S1203_ambulance_EP1: S1203_TK_CIV_EP1 {
|
||||
displayName = $STR_VEH_NAME_SKODA_AMBULANCE;
|
||||
};
|
||||
Reference in New Issue
Block a user