Merge remote-tracking branch 'upstream/dev' into inventoryfix

Conflicts:
	code/modules/organs/organ_external.dm
This commit is contained in:
mwerezak
2015-03-31 02:08:33 -04:00
143 changed files with 6550 additions and 4629 deletions

View File

@@ -1819,7 +1819,7 @@
if(!security)
//strip their stuff before they teleport into a cell :downs:
for(var/obj/item/weapon/W in H)
if(istype(W, /datum/organ/external))
if(istype(W, /obj/item/organ/external))
continue
//don't strip organs
H.drop_from_inventory(W)