Adds the disk and an extra implant (#12844)

Adds a disk with the implant tracker program and an extra implant replacing the implant pad and locator in the mining implant kit.

Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
This commit is contained in:
nmajask
2021-12-19 08:32:27 -05:00
committed by GitHub
parent 32dcac93c1
commit e047fee1b2
2 changed files with 14 additions and 3 deletions

View File

@@ -350,10 +350,9 @@
/obj/item/storage/box/minertracker/PopulateContents()
var/static/items_inside = list(
/obj/item/implantcase/tracking = 3,
/obj/item/implantcase/tracking = 4,
/obj/item/implanter = 1,
/obj/item/implantpad = 1,
/obj/item/locator = 1)
/obj/item/computer_hardware/hard_drive/portable/implant_tracker = 1)
generate_items_inside(items_inside,src)
/obj/item/storage/box/chemimp