Skip to content

Commit

Permalink
Replaces the cargo circuits build path with '/obj/machinery/computer/…
Browse files Browse the repository at this point in the history
…cargo'
  • Loading branch information
Super3222 committed Jun 15, 2016
1 parent 6e2907d commit 918f820
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/computer/buildandrepair.dm
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@
origin_tech = "programming=2;powerstorage=3"
/obj/item/weapon/circuitboard/cargo
name = "circuit board (Supply Ordering Console)"
build_path = /obj/item/weapon/circuitboard/cargo
build_path = /obj/machinery/computer/cargo
var/contraband = 0
var/emagged = 0
/obj/item/weapon/circuitboard/cargo/request
name = "circuit board (Supply shuttle console)"
build_path = /obj/item/weapon/circuitboard/cargo/request
build_path = /obj/machinery/computer/cargo/request
origin_tech = "programming=3"
/obj/item/weapon/circuitboard/operating
name = "circuit board (Operating Computer)"
Expand Down
4 changes: 2 additions & 2 deletions config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ B1gb3ast = Coder Initiate
ThatOneGuyWithTheFace = Coder Initiate
PineappleTerror = Coder Initiate
TehFlaminTaco = Coder
Super3222 = Coder
Super3222 = Head Coder
=======
Kmc2000 = Primary Admin
CptAzure = Primary Admin
Expand Down Expand Up @@ -77,7 +77,7 @@ PineappleTerror = Coder Initiate
TehFlaminTaco = Coder Initiate
Groxic = Coder Initiate
B1gb3ast = Coder Initiate
Super3222 = Coder Initiate
Super3222 = Head Coder
Xthedark = Coder
Cruix = Coder
>>>>>>> feature-predators
Expand Down

0 comments on commit 918f820

Please sign in to comment.