Revert "optimize crew monitor's scan()"

This reverts commit 8e245f527db4a00088fc2b7b8576fadc11875a6a.

Conflicts:
	code/__HELPERS/global_lists.dm
	code/modules/clothing/clothing.dm
This commit is contained in:
ZomgPonies
2014-06-22 06:28:41 -04:00
parent 3e3e4abbb5
commit d2129f5a01
3 changed files with 9 additions and 13 deletions
-8
View File
@@ -2,14 +2,6 @@
name = "clothing"
var/list/species_restricted = null //Only these species can wear this kit.
/obj/item/clothing/New()
. = ..()
clothing_list += src
/obj/item/clothing/Del()
clothing_list -= src
return ..()
//BS12: Species-restricted clothing check.
/obj/item/clothing/mob_can_equip(M as mob, slot)