mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes the space unbuildable bug, I hope
This commit is contained in:
@@ -193,7 +193,7 @@
|
||||
if(!(t in visibleTurfs))
|
||||
if(!t.dim)
|
||||
t.dim = image('cameravis.dmi', t, "dim", 15)
|
||||
t.mouse_opacity = 0
|
||||
t.dim.mouse_opacity = 0
|
||||
|
||||
dim += t.dim
|
||||
images_added += t.dim
|
||||
|
||||
Reference in New Issue
Block a user