mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Plumbing teleporters (#321)
* Plumbing teleporters (#51881) * Makes the plumbing RCD accept every object * Adds simple plumbing teleporter * Polishes plumbing teleporters * Fixes runtime * this to src * circuitboard doesnt need anchoring * Fixes overlay flickering being weird * Makes the Chemical Recipient's positioning less awkward * Comments and documentation * uh * Fixes dme * Revert "uh" This reverts commit af6f30089f9f31d527f6ab3e2b1c72cf6ab6d60d. * Update code/_globalvars/lists/construction.dm Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> * Update code/game/objects/items/RCD.dm Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> * Update code/modules/plumbing/plumbers/_plumb_machinery.dm Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> * uncasts loop * update icons Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com> * Plumbing teleporters Co-authored-by: Time-Green <timkoster1@hotmail.com> Co-authored-by: girl <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
This commit is contained in:
co-authored by
girl
Time-Green
parent
4d953ab00d
commit
56f65770e2
@@ -227,7 +227,7 @@
|
||||
display_name = "Applied Bluespace Research"
|
||||
description = "Using bluespace to make things faster and better."
|
||||
prereq_ids = list("bluespace_basic", "engineering")
|
||||
design_ids = list("bs_rped","minerbag_holding", "bluespacebeaker", "bluespacesyringe", "phasic_scanning", "roastingstick", "ore_silo")
|
||||
design_ids = list("bs_rped","minerbag_holding", "bluespacebeaker", "bluespacesyringe", "phasic_scanning", "roastingstick", "ore_silo", "plumbing_receiver")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
|
||||
export_price = 5000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user