Add orange map chemlight entry (#4839)

This commit is contained in:
jonpas 2017-01-19 01:18:28 +01:00 committed by PabstMirror
parent 5deb305906
commit b7f36ffd12

View File

@ -32,4 +32,8 @@ class CfgLights {
class ACE_FlashlightLight_Yellow: ACE_FlashlightLight_White {
diffuse[] = {1,1,0.4};
};
class ACE_FlashlightLight_Orange: ACE_FlashlightLight_White {
diffuse[] = {1,0.65,0};
};
};