mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user