Skip to content

Commit

Permalink
V1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryMan21333 committed Jan 24, 2024
1 parent bbc29ce commit aa991b5
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 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.
2 changes: 1 addition & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4517,8 +4517,8 @@
#include "modular_splurt\code\game\objects\items\cards_ids.dm"
#include "modular_splurt\code\game\objects\items\cosmetics.dm"
#include "modular_splurt\code\game\objects\items\crayons.dm"
#include "modular_splurt\code\game\objects\items\gift.dm"
#include "modular_splurt\code\game\objects\items\fluff.dm"
#include "modular_splurt\code\game\objects\items\gift.dm"
#include "modular_splurt\code\game\objects\items\granters.dm"
#include "modular_splurt\code\game\objects\items\holy_weapons.dm"
#include "modular_splurt\code\game\objects\items\manuals.dm"
Expand Down

0 comments on commit aa991b5

Please sign in to comment.