Skip to content

Commit

Permalink
Repair extraction_point circuit board
Browse files Browse the repository at this point in the history
Code mentioned "gibber" when it should have used "extraction_point"
  • Loading branch information
octareenroon91 committed Oct 17, 2015
1 parent d2fcfaa commit e6fd653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/machine_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@
/datum/design/extraction_point
name = "Machine Design (Balloon Extraction Point Board)"
desc = "The circuit board for a Balloon Extraction Point."
id = "gibber"
id = "extraction_point"
req_tech = list("programming" = 1)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000, "sacid" = 20)
build_path = /obj/item/weapon/circuitboard/gibber
build_path = /obj/item/weapon/circuitboard/extraction_point
category = list ("Misc. Machinery")

/datum/design/smartfridge
Expand Down

0 comments on commit e6fd653

Please sign in to comment.