Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 64 additions & 8 deletions code/modules/research/techweb/layout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
ui_x = 288
ui_y = -96

/datum/techweb_node/xenoorgan_biotech
ui_x = 256
ui_y = -64

/datum/techweb_node/bio_process
ui_x = 224
ui_y = -224
Expand Down Expand Up @@ -219,6 +215,10 @@
ui_x = 32
ui_y = -832

/datum/techweb_node/xenoorgan_biotech
ui_x = 256
ui_y = -64

/datum/techweb_node/cyborg_upg_med
ui_x = 352
ui_y = -160
Expand Down Expand Up @@ -287,6 +287,14 @@
ui_x = 480
ui_y = -32

/datum/techweb_node/ai_cpu_advanced
ui_x = 992
ui_y = 64

/datum/techweb_node/ai_ram_high_cap
ui_x = 544
ui_y = 64

/datum/techweb_node/spacepod_storage
ui_x = 96
ui_y = -832
Expand Down Expand Up @@ -327,10 +335,6 @@
ui_x = 96
ui_y = -448

/datum/techweb_node/magmite_mining
ui_x = 160
ui_y = -512

/datum/techweb_node/janitor
ui_x = -320
ui_y = -160
Expand Down Expand Up @@ -371,6 +375,18 @@
ui_x = -256
ui_y = -224

/datum/techweb_node/ai_cpu_bluespace
ui_x = 992
ui_y = 192

/datum/techweb_node/ai_ram_bluespace
ui_x = 544
ui_y = 192

/datum/techweb_node/ai_architecture_bluespace
ui_x = 768
ui_y = 160

/datum/techweb_node/adv_plasma
ui_x = 32
ui_y = -384
Expand All @@ -395,6 +411,14 @@
ui_x = -576
ui_y = -96

/datum/techweb_node/ai_cpu_1
ui_x = 896
ui_y = 64

/datum/techweb_node/ai_ram_1
ui_x = 640
ui_y = 64

/datum/techweb_node/emp_super
ui_x = -224
ui_y = -128
Expand Down Expand Up @@ -435,6 +459,18 @@
ui_x = -416
ui_y = -256

/datum/techweb_node/ai_cpu_experimental
ui_x = 992
ui_y = 128

/datum/techweb_node/ai_ram_hyper
ui_x = 544
ui_y = 128

/datum/techweb_node/magmite_mining
ui_x = 160
ui_y = -512

/datum/techweb_node/mech_diamond_drill
ui_x = 96
ui_y = -512
Expand Down Expand Up @@ -479,6 +515,14 @@
ui_x = -416
ui_y = -320

/datum/techweb_node/ai_cpu_3
ui_x = 896
ui_y = 192

/datum/techweb_node/ai_ram_3
ui_x = 640
ui_y = 192

/datum/techweb_node/spacepod_advplasmacutter
ui_x = 160
ui_y = -640
Expand All @@ -499,6 +543,18 @@
ui_x = -576
ui_y = -32

/datum/techweb_node/ai_architecture_256
ui_x = 768
ui_y = 96

/datum/techweb_node/ai_cpu_2
ui_x = 896
ui_y = 128

/datum/techweb_node/ai_ram_2
ui_x = 640
ui_y = 128

/datum/techweb_node/xenology
ui_x = 480
ui_y = -96
Expand Down