Merge pull request #844 from Erthilo/TGUpdates

TG Updates up to r2962
This commit is contained in:
CIB
2012-04-16 08:05:11 -07:00
56 changed files with 513 additions and 300 deletions
+3 -2
View File
@@ -515,8 +515,9 @@ Code:
for (var/obj/item/weapon/mop/M in world)
var/turf/ml = get_turf(M)
if (ml.z != cl.z)
continue
if(ml)
if (ml.z != cl.z)
continue
ldat += "Mop - <b>\[[ml.x],[ml.y]\]</b> - [M.reagents.total_volume ? "Wet" : "Dry"]<br>"