mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Custom items, second wave. (#656)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user