mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Allow set_opacity() to work for turfs too.
Fixes lighting opacity not updating on mined rock walls and false doors.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
return
|
||||
|
||||
opacity = new_opacity
|
||||
var/turf/T = loc
|
||||
var/turf/T = isturf(src) ? src : loc
|
||||
if(!isturf(T))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user