Implanters now work properly. This is a bugfix.

This commit is contained in:
SkyMarshal
2012-01-11 21:28:34 -07:00
parent ef45b6128c
commit 98b6019f99
3 changed files with 17 additions and 5 deletions
+7
View File
@@ -195,3 +195,10 @@
if(src.sleeping_willingly)
src.sleeping = 0
src.sleeping_willingly = 0
/mob/living/carbon/human/proc/GetOrgans()
var/list/L = list( )
for(var/t in organs)
if (istype(organs[text("[]", t)], /datum/organ/external))
L += organs[text("[]", t)]
return L