Atmospheric Retention Fields Port (#8582)

* atmospheric retention fields

* arf updates

* Update atm_ret_field.dm

* Update circuits.dm

thought I got this one but oops

* Update polaris.dme

totally didn't forget to uncheck testmap

* Update atm_ret_field.dm

* fix a runtime, add examplemap demo area
This commit is contained in:
Killian
2022-04-30 01:28:20 +01:00
committed by GitHub
parent 661b83e61d
commit 1862b54013
9 changed files with 1641 additions and 1280 deletions

View File

@@ -427,6 +427,13 @@ CIRCUITS BELOW
build_path = /obj/item/circuitboard/skills
sort_string = "LAAAC"
/datum/design/circuit/arf_generator
name = "atmospheric field generator"
id = "arf_generator"
req_tech = list(TECH_MAGNET = 4, TECH_POWER = 4, TECH_BIO = 3)
build_path = /obj/item/circuitboard/arf_generator
sort_string = "LAAAD"
/datum/design/circuit/mecha
req_tech = list(TECH_DATA = 3)