Added autopsy.

- When a human is attacked, data about the weapon is added to a special wound datum on the organ.
- This data can be extracted and processed by opening up the limb and using an autopsy scanner on it.
- Added the autopsy-scanner to the map.
This commit is contained in:
cib
2012-01-28 02:26:44 -08:00
parent a7e8d61f76
commit e14dfc5ace
9 changed files with 169 additions and 10 deletions
-6
View File
@@ -1,9 +1,3 @@
/obj/item/weapon/storage/toolbox/New()
..()
if (src.type == /obj/item/weapon/storage/toolbox)
world << "BAD: [src] ([src.type]) spawned at [src.x] [src.y] [src.z]"
del(src)
/obj/item/weapon/storage/toolbox/emergency/New()
..()
new /obj/item/weapon/crowbar/red(src)