Compile fix

This commit is contained in:
GinjaNinja32
2015-08-11 18:47:25 +01:00
parent 631ff21980
commit ea76feb3cd
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -37,10 +37,11 @@
// should make the UI auto-update; doesn't seem to?
ui.set_auto_update(1)
/datum/nano_module/crew_monitor/proc/scan()
/*/datum/nano_module/crew_monitor/proc/scan()
for(var/mob/living/carbon/human/H in mob_list)
if(istype(H.w_uniform, /obj/item/clothing/under))
var/obj/item/clothing/under/C = H.w_uniform
if (C.has_sensor)
tracked |= C
return 1
*/