mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Fully implements the ID Card design document (#56910)
Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
@@ -496,15 +496,16 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
ghost_usable = FALSE
|
||||
oxy_damage = 500
|
||||
mob_species = /datum/species/skeleton
|
||||
id_job = "Head Researcher"
|
||||
id_access = ACCESS_RESEARCH
|
||||
id_access_list = list(ACCESS_AWAY_GENERIC3, ACCESS_RESEARCH)
|
||||
instant = TRUE
|
||||
id = /obj/item/card/id/silver
|
||||
outfit = /datum/outfit/doctorhilbert
|
||||
|
||||
/datum/outfit/doctorhilbert
|
||||
id = /obj/item/card/id/advanced/silver
|
||||
uniform = /obj/item/clothing/under/rank/rnd/research_director/doctor_hilbert
|
||||
shoes = /obj/item/clothing/shoes/sneakers/brown
|
||||
back = /obj/item/storage/backpack/satchel/leather
|
||||
suit = /obj/item/clothing/suit/toggle/labcoat
|
||||
id_trim = /datum/id_trim/away/hilbert
|
||||
|
||||
/obj/item/paper/crumpled/docslogs
|
||||
name = "Research Logs"
|
||||
|
||||
Reference in New Issue
Block a user