[TWEAK] Bio-Chip Pad Renaming Tracker Bio-Cips (#25617)

* Allows the biochip pad to change the GPS tag on the tracker implant. No more standard 'TRACK0' on everything.

Updates the UI for the biochip pad.
Adds the biochip pad to the protolathe under the medical tab

* Prettier!!! :)

* Moves the "tag" property below the general blurbs.

* Update code/game/objects/items/weapons/bio_chips/bio_chip_pad.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com>

* Merge Conflict Fix (1/2)

* MC (1.5/2)

* Merge Conflict Resolution (Hopefully)

---------

Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Spaghetti-bit
2024-06-25 21:29:45 +00:00
committed by GitHub
co-authored by Luc
parent 6b70c59c96
commit 457f9ff04f
5 changed files with 111 additions and 54 deletions
@@ -660,6 +660,16 @@
////////////Regular Implants/////////////
/////////////////////////////////////////
/datum/design/bio_chip_pad
name = "Bio-chip Pad"
desc = "Used to modify bio-chips."
id = "biochip_pad"
req_tech = list("materials" = 3, "biotech" = 4, "programming" = 3)
build_type = PROTOLATHE
materials = list(MAT_METAL = 2000, MAT_GLASS = 1000)
build_path = /obj/item/bio_chip_pad
category = list("Medical")
/datum/design/bio_chip_implanter
name = "Bio-chip Implanter"
desc = "A sterile automatic bio-chip injector."