Merge pull request #17923 from Shadowlight213/dronelight

Doubles drone light brightness
This commit is contained in:
Cheridan
2016-05-31 13:59:52 -05:00
@@ -16,9 +16,9 @@
set category = "Drone"
set name = "Toggle drone light"
if(light_on)
AddLuminosity(-4)
AddLuminosity(-8)
else
AddLuminosity(4)
AddLuminosity(8)
light_on = !light_on