mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user