TG: Runtimes are funtimes!

Revision: r2941
Author: 	 quartz235
This commit is contained in:
Ren Erthilo
2012-04-15 17:07:25 +01:00
parent e2bd08a336
commit 2a2f66c0d5
4 changed files with 23 additions and 14 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>"