Renamed /datum/organ/external to /datum/limb.

Updated all files.

Removed the skeleton and skin organs.

Updated WIP surgery.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5689 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2013-02-11 18:52:33 +00:00
parent 7f7f9059a1
commit a1ac5f0e66
45 changed files with 184 additions and 326 deletions
+1 -1
View File
@@ -1755,7 +1755,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, /datum/limb))
continue
//don't strip organs
H.u_equip(W)