Skip to content

Commit

Permalink
Merge pull request BlueMoon-Labs#1066 from MysteryMan21333/Brig-Resprite
Browse files Browse the repository at this point in the history
[MODULAR] [READY] Resprites Brig Physician.
  • Loading branch information
MosleyTheMalO authored Mar 11, 2024
2 parents 8ae679d + 8881799 commit c3bc8a2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_splurt/code/modules/clothing/suits/vest.dm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/obj/item/clothing/suit/brigdoc
name = "brig physician vest"
desc = "A dark red vests for brig physicians."
name = "brig physician armored vest"
desc = "A bullet proof vest, designed for brig physicians."
icon = 'modular_splurt/icons/obj/clothing/suits.dmi'
mob_overlay_icon = 'modular_splurt/icons/mobs/suits.dmi'
icon_state = "brigphysicianvest"
item_state = "brigphysicianvest"
armor = list("melee" = 20, "bullet" = 0, "laser" = 0, "energy" = 10, "bomb" = 0, "bio" = 50, "rad" = 0, "fire" = 50, "acid" = 50)
armor = list("melee" = 20, "bullet" = 10, "laser" = 0, "energy" = 10, "bomb" = 0, "bio" = 50, "rad" = 0, "fire" = 50, "acid" = 50)
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/scalpel, /obj/item/surgical_drapes, /obj/item/cautery, /obj/item/hemostat, /obj/item/retractor, /obj/item/analyzer,/obj/item/stack/medical, /obj/item/dnainjector, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, /obj/item/hypospray/mkii, /obj/item/healthanalyzer, /obj/item/flashlight/pen, /obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/glass/beaker, /obj/item/reagent_containers/pill, /obj/item/storage/pill_bottle, /obj/item/paper, /obj/item/melee/classic_baton/telescopic, /obj/item/soap, /obj/item/sensor_device)

Expand Down
Binary file modified modular_splurt/icons/mob/clothing/suit.dmi
Binary file not shown.
Binary file modified modular_splurt/icons/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified modular_splurt/icons/mob/clothing/uniform_digi.dmi
Binary file not shown.
Binary file modified modular_splurt/icons/mobs/suits.dmi
Binary file not shown.
Binary file modified modular_splurt/icons/obj/clothing/suits.dmi
Binary file not shown.
Binary file modified modular_splurt/icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit c3bc8a2

Please sign in to comment.