Made transformations between mobs with organs work better. Destroying a limb removes implants. Implants now go where you select. Fixed some runtimes and retardedness.

This commit is contained in:
SkyMarshal
2012-04-05 21:55:41 -07:00
parent e8f5e13bd2
commit 5b3ad2a925
19 changed files with 151 additions and 89 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
name = "large parcel"
icon = 'storage.dmi'
icon_state = "deliverycrate"
var/obj/wrapped = null
var/tmp/obj/wrapped = null
density = 1
var/sortTag = null
flags = FPRINT
@@ -99,7 +99,7 @@
name = "small parcel"
icon = 'storage.dmi'
icon_state = "deliverycrateSmall"
var/obj/item/wrapped = null
var/tmp/obj/item/wrapped = null
var/sortTag = null
flags = FPRINT
var/examtext = null