mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Fixes light property vv (#39895)
This commit is contained in:
committed by
vuonojenmustaturska
parent
cf50863725
commit
61d2e5ffd0
@@ -92,14 +92,17 @@
|
||||
switch (var_name)
|
||||
if ("light_range")
|
||||
set_light(l_range=var_value)
|
||||
return
|
||||
datum_flags |= DF_VAR_EDITED
|
||||
return TRUE
|
||||
|
||||
if ("light_power")
|
||||
set_light(l_power=var_value)
|
||||
return
|
||||
datum_flags |= DF_VAR_EDITED
|
||||
return TRUE
|
||||
|
||||
if ("light_color")
|
||||
set_light(l_color=var_value)
|
||||
return
|
||||
datum_flags |= DF_VAR_EDITED
|
||||
return TRUE
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user