mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Creates research costs for some PKA mods (#22748)
* req_tech test * add req_tech to some PKA mods * var/requires_whitelist test * forget a newline * how do I newline * remove research reqs * conform to new /// comment style --------- Co-authored-by: ZERO-XZB <temp@temp.com>
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
build_path = /obj/item/borg/upgrade/modkit/aoe/turfs/andmobs
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
/datum/design/rapid_repeater_modkit
|
||||
name = "Kinetic Accelerator Rapid Repeater Mod"
|
||||
@@ -115,6 +116,7 @@
|
||||
build_path = /obj/item/borg/upgrade/modkit/cooldown/repeater
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
/datum/design/resonator_blast_modkit
|
||||
name = "Kinetic Accelerator Resonator Blast Mod"
|
||||
@@ -124,6 +126,7 @@
|
||||
build_path = /obj/item/borg/upgrade/modkit/resonator_blasts
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
/datum/design/bounty_modkit
|
||||
name = "Kinetic Accelerator Death Syphon Mod"
|
||||
@@ -134,6 +137,7 @@
|
||||
build_path = /obj/item/borg/upgrade/modkit/bounty
|
||||
category = list("Mining", "Cyborg Upgrade Modules")
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
requires_whitelist = TRUE
|
||||
|
||||
//Spooky special loot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user