mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 03:53:33 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user