Skip to content

Commit

Permalink
[MIRROR] makes surgery caps small (#1632)
Browse files Browse the repository at this point in the history
makes surgery caps small

Co-authored-by: NeonNik2245 <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Mar 26, 2024
1 parent a9ac488 commit 80a8ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@
/obj/item/clothing/mask/breath,
/obj/item/clothing/mask/muzzle,
/obj/item/clothing/mask/surgical,
/obj/item/clothing/suit/toggle/labcoat/hospitalgown, //NOVA EDIT ADDITION - adds surgery gowns to belts
/obj/item/clothing/head/utility/surgerycap,
/obj/item/clothing/suit/toggle/labcoat/hospitalgown, //NOVA EDIT ADDITION - adds surgery gowns to belts
/obj/item/construction/plumbing,
/obj/item/dnainjector,
/obj/item/extinguisher/mini,
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/head/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
icon_state = "surgicalcap"
desc = "A blue medical surgery cap to prevent the surgeon's hair from entering the insides of the patient!"
flags_inv = HIDEHAIR //Cover your head doctor!
w_class = WEIGHT_CLASS_SMALL //surgery cap can be easily crumpled

/obj/item/clothing/head/utility/surgerycap/attack_self(mob/user)
. = ..()
Expand Down

0 comments on commit 80a8ff3

Please sign in to comment.