Skip to content

Commit

Permalink
Merge branch 'IPC_Exonet' of https://github.com/Lexanx/Baystation12 i…
Browse files Browse the repository at this point in the history
…nto IPC_Exonet
  • Loading branch information
Lexanx committed Jan 21, 2024
2 parents 9430899 + 46eebbe commit f4c52f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions code/datums/supplypacks/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,13 @@
containername = "engineering voidsuit crate"
containertype = /obj/structure/closet/crate/secure/large
access = access_engine


/decl/hierarchy/supply_pack/engineering/it
name = "IT-HUD"
contains = list(/obj/item/clothing/glasses/hud/it,
/obj/item/clothing/glasses/hud/it)
cost = 10
containertype = /obj/structure/closet/crate/secure
containername = "engineering IT crate"
access = access_network
4 changes: 2 additions & 2 deletions code/modules/research/designs/designs_hud_optical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/datum/design/item/optical
category_items = "HUD Optical"

/datum/design/item/optical/AssembleDesignName()
..()
name = "Optical glasses design ([item_name])"
Expand All @@ -59,4 +59,4 @@
req_tech = list(TECH_MAGNET = 3, TECH_COMBAT = 5)
materials = list(MATERIAL_STEEL = 50, MATERIAL_GLASS = 50, MATERIAL_SILVER = 50, MATERIAL_GOLD = 50)
build_path = /obj/item/clothing/glasses/tacgoggles
sort_string = "GAAAC"
sort_string = "GAAAC"

0 comments on commit f4c52f1

Please sign in to comment.