Merge pull request #9404 from Poojawa/qm-is-a-head

QM is a head of staff, Cargo ID Console added
This commit is contained in:
kevinz000
2019-10-08 00:34:07 -07:00
committed by Dip
parent 09a02bedc7
commit 14b3fa22ce
6 changed files with 18 additions and 7 deletions
@@ -63,7 +63,7 @@
name = "Department Management Console (Computer Board)"
build_path = /obj/machinery/computer/card/minor
var/target_dept = 1
var/list/dept_list = list("General","Security","Medical","Science","Engineering")
var/list/dept_list = list("Civilian","Security","Medical","Science","Engineering","Cargo")
/obj/item/circuitboard/computer/card/minor/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/screwdriver))