N()
src.dir = NORTH
var/A = 0
for(var/atom/T in locate(src.x,src.y+1))
if(T.density == 0)
A = 1
if(py < 32)
py += 8
pixel_y = py
return
if(y == world.maxy-1)
return
if(py == 32)
if(A==1)
y++
py = 8
pixel_y = 8
return
else return<dm>
Var A wont change to 1 even if there is no dense atom in the tile above it. Can anyone explain why it wont change to 1 to me?
ID:148474
![]() Jan 31 2003, 9:18 pm
|
|