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