ID:138325
 
loading s_light.dme
luminous.dm:94:error: missing left-hand argument to =.

s_light.dmb - 1 error, 0 warnings

Cast_Light()
var/X
var/i
for(X as anything in light_sources)
i++
var/num = i % S_LIGHT_PER_SECOND //line 94
if(num == 0)
sleep(1)
var/range = X.luminosity
var/square[0] = view(X,range)


I fail to see where it's missing the left hand argument! And the light_sources list is declared in the object definition, so I know it isn't that.