mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
IPC implants are now mechfab-only (#28397)
* create the Culinary Processing Implant, and move all IPC implants to the roboticist * fix turning mag joints into food by accident oops * Update code/modules/research/designs/mechfabricator_designs.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Paul <90473506+pwbokie@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Paul <90473506+pwbokie@users.noreply.github.com> * remove ipc culinary implant * remove more culinary implant references * remove the last of the culinary stuff I think * this should probably go too --------- Signed-off-by: Paul <90473506+pwbokie@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
id = "hyperaoemod"
|
||||
materials = list(MAT_METAL = 7000, MAT_GLASS = 3000, MAT_SILVER= 3000, MAT_GOLD = 3000, MAT_DIAMOND = 4000)
|
||||
build_path = /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
category = list("Mining", "Cyborg Upgrades")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
id = "repeatermod"
|
||||
materials = list(MAT_METAL = 5000, MAT_GLASS = 5000, MAT_URANIUM = 8000, MAT_BLUESPACE = 2000)
|
||||
build_path = /obj/item/borg/upgrade/modkit/cooldown/repeater
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
category = list("Mining", "Cyborg Upgrades")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
id = "resonatormod"
|
||||
materials = list(MAT_METAL = 5000, MAT_GLASS = 5000, MAT_SILVER= 5000, MAT_URANIUM = 5000)
|
||||
build_path = /obj/item/borg/upgrade/modkit/resonator_blasts
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
category = list("Mining", "Cyborg Upgrades")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
materials = list(MAT_METAL = 4000, MAT_SILVER = 4000, MAT_GOLD = 4000, MAT_BLUESPACE = 4000)
|
||||
reagents_list = list("blood" = 40)
|
||||
build_path = /obj/item/borg/upgrade/modkit/bounty
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
category = list("Mining", "Cyborg Upgrades")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user