mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #17923 from Shadowlight213/dronelight
Doubles drone light brightness
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user