update_clothing() needs only be called by drop_item() if something was actually dropped.

This commit is contained in:
cib
2012-05-27 16:43:39 +02:00
parent 496c933235
commit 23c97901d8

View File

@@ -96,8 +96,6 @@
return 0 return 0
/mob/proc/Life() /mob/proc/Life()
// if(organStructure)
// organStructure.ProcessOrgans()
return return
/mob/proc/update_clothing() /mob/proc/update_clothing()