Increase coverage angle of LandVehicle headlights

Vanilla commits:

194479c98e

369bc6c5f3

5b591a25c1

78d65bd1ae
This commit is contained in:
ebayShopper
2017-11-19 16:36:48 -05:00
parent 89a43cad8a
commit 43d349c4f3
6 changed files with 82 additions and 24 deletions

View File

@@ -1,16 +1,18 @@
class V3S_Civ: V3S_Base {
crew = "";
faction = "CIV";
rarityurban = 0.3;
scope = public;
side = 3;
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
class Library {
libtextdesc = $STR_EP1_LIB_V3S;
};
class V3S_Civ : V3S_Base
{
crew = "";
faction = "CIV";
rarityurban = 0.3;
scope = public;
side = 3;
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
class Library
{
libtextdesc = $STR_EP1_LIB_V3S;
};
};
class V3S_Base_EP1;
class V3S_Open_TK_CIV_EP1: V3S_Base_EP1 {