Here we go again

This commit is contained in:
variableundefined
2019-05-03 21:47:07 +08:00
parent 81b7fbc491
commit 6e79364b65
46 changed files with 262 additions and 2623 deletions
+1 -1
View File
@@ -392,7 +392,7 @@
BucketData[++BucketData.len] = list("x" = 0, "y" = 0, dir=null, status = null)
var/CbotData[0]
for(var/mob/living/simple_animal/bot/cleanbot/B in GLOB.simple_animal_list)
for(var/mob/living/simple_animal/bot/cleanbot/B in GLOB.simple_animals)
var/turf/bl = get_turf(B)
if(bl)
if(bl.z != cl.z)