EMERGENCY FIX FOR SINGULO NOT WORKING

This commit is contained in:
Rob Nelson
2014-03-10 05:39:45 -07:00
committed by ZomgPonies
parent e5418629fa
commit a9f67bf557
+1 -1
View File
@@ -12,7 +12,7 @@
/obj/machinery/the_singularitygen/process()
var/turf/T = get_turf(src)
if(src.energy >= 200)
if(fingerprintshidden.len)
if(fingerprintshidden && fingerprintshidden.len)
var/prints
for(var/i = 1, i < fingerprintshidden.len, i++)
if(i > fingerprintshidden.len)