Skip to content

Commit d18e22e

Browse files
authored
Merge pull request #161 from DevSekai/patch-1
Refractor and adding tint
2 parents 3d9b823 + e348461 commit d18e22e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dlc_drugwars/garage.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ DrugWarsGarage = {
9191
red = 8,
9292
green = 9,
9393
lightBlue = 10,
94-
lightGreen = 11,
94+
lightRed = 11,
95+
lightGreen = 12,
9596

9697
SetColor = function(color, refresh)
9798
SetIplPropState(DrugWarsGarage.interiorId, "entity_set_tint_01", true, refresh)

0 commit comments

Comments
 (0)