Custom items, second wave. (#656)

This commit is contained in:
Alberyk
2016-08-03 22:07:28 +03:00
committed by skull132
parent 8254478a3f
commit 76d2630106
17 changed files with 188 additions and 0 deletions
@@ -80,6 +80,13 @@
var/obj/item/device/kit/suit/kit = item
kit.new_light_overlay = additional_data
kit.new_mob_icon_file = CUSTOM_ITEM_MOB
// for snowflake implants
else if(istype(item, /obj/item/weapon/implanter/fluff))
var/obj/item/weapon/implanter/fluff/L = item
L.allowed_ckey = assoc_key
L.implant_type = text2path(additional_data)
L.create_implant()
return item