Skip to content

Commit

Permalink
Щиты
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 7, 2024
1 parent ed7b4e8 commit 7e66a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added maps/sierra/icons/obj/shielding.dmi
Binary file not shown.
6 changes: 6 additions & 0 deletions maps/sierra/machinery/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,9 @@
/datum/fabricator_recipe/medical/vial
path = /obj/item/reagent_containers/glass/beaker/vial
fabricator_types = list(FABRICATOR_CLASS_MICRO,FABRICATOR_CLASS_GENERAL)

// Shieldgen

/obj/machinery/power/shield_generator/Initialize()
. = ..()
icon = 'maps/sierra/icons/obj/shielding.dmi'

0 comments on commit 7e66a42

Please sign in to comment.