Skip to content

Commit

Permalink
Fixes the "Prisoner Management Console" circuitboard (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Aug 11, 2023
1 parent 8eeefa0 commit e7fad68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,10 @@
icon_state = "security"
build_path = /obj/machinery/computer/prisoner/gulag_teleporter_computer

/obj/item/circuitboard/computer/prisoner
/obj/item/circuitboard/computer/prisoner/management //NSV13 modified - fix
name = "prisoner management console (Computer Board)"
icon_state = "security"
build_path = /obj/machinery/computer/prisoner
build_path = /obj/machinery/computer/prisoner/management

/obj/item/circuitboard/computer/secure_data
name = "security records console (Computer Board)"
Expand Down
6 changes: 3 additions & 3 deletions code/modules/research/designs/comp_board_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
build_path = /obj/item/circuitboard/computer/arcade/orion_trail
category = list("Computer Boards")
departmental_flags = DEPARTMENTAL_FLAG_ALL

/datum/design/board/amputation_adventure
name = "Computer Design (Mediborg's Amputation Adventure)"
desc = "Allows for the construction of circuit boards used to build a new Mediborg's Amputation Adventure machine."
Expand Down Expand Up @@ -192,11 +192,11 @@
category = list("Computer Boards")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING

/datum/design/board/prisonmanage
/datum/design/board/prisonmanage // NSV13 modified - fix
name = "Computer Design (Prisoner Management Console)"
desc = "Allows for the construction of circuit boards used to build a prisoner management console."
id = "prisonmanage"
build_path = /obj/item/circuitboard/computer/prisoner
build_path = /obj/item/circuitboard/computer/prisoner/management
category = list("Computer Boards")
departmental_flags = DEPARTMENTAL_FLAG_SECURITY

Expand Down

0 comments on commit e7fad68

Please sign in to comment.