mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 07:23:16 +00:00
Merge remote-tracking branch 'upstream-polaris/master' into polaris-sync-2018-01-27
# Conflicts: # code/ZAS/_docs.dm # code/__defines/mobs.dm # code/game/turfs/flooring/flooring_decals.dm # code/game/turfs/simulated/walls.dm # code/modules/client/preference_setup/loadout/loadout_utility.dm # code/modules/lore_codex/codex.dm # code/modules/mob/living/life.dm # code/modules/mob/living/living_defines.dm # maps/southern_cross/southern_cross-1.dmm # maps/southern_cross/southern_cross-3.dmm # maps/southern_cross/southern_cross-6.dmm # maps/southern_cross/southern_cross-7.dmm # maps/southern_cross/southern_cross_jobs.dm # vorestation.dme
This commit is contained in:
@@ -1229,6 +1229,14 @@ CIRCUITS BELOW
|
||||
build_path = /obj/item/weapon/circuitboard/grid_checker
|
||||
sort_string = "JBABC"
|
||||
|
||||
/datum/design/circuit/breakerbox
|
||||
name = "breaker box"
|
||||
desc = "Allows for the construction of circuit boards used to build a breaker box."
|
||||
id = "breakerbox"
|
||||
req_tech = list(TECH_POWER = 3, TECH_ENGINEERING = 3)
|
||||
build_path = /obj/item/weapon/circuitboard/breakerbox
|
||||
sort_string = "JBABD"
|
||||
|
||||
/datum/design/circuit/gas_heater
|
||||
name = "gas heating system"
|
||||
id = "gasheater"
|
||||
|
||||
Reference in New Issue
Block a user