Skip to content

Commit

Permalink
[MIRROR] Medical/improvised gauze icons (#2251)
Browse files Browse the repository at this point in the history
* Medical/improvised gauze icons (#81802)

## About The Pull Request

Adds icons for stacks of medical gauze and improvised gauze, so that
they can be differentiated from stacks of cloth. Currently all 3 look
the same. Medical gauze is blue tinted like the medical tape, improvised
gauze is grey and a smaller size than medical gauze. Both have
attachment clips at the edge of the roll.


![image](https://github.com/tgstation/tgstation/assets/83487515/47bcd42e-7270-498e-aacb-15d5a39fd432)

## Why It's Good For The Game

Easier to tell three different items apart at a glance.

## Changelog

:cl: LT3
image: medical and improvised gauze are visibly different from cloth
/:cl:

* Medical/improvised gauze icons

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: lessthanthree <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2024
1 parent 6cc6220 commit 8a4c6b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/stacks/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
name = "improvised gauze"
singular_name = "improvised gauze"
desc = "A roll of cloth roughly cut from something that does a decent job of stabilizing wounds, but less efficiently so than real medical gauze."
icon_state = "gauze_imp"
self_delay = 6 SECONDS
other_delay = 3 SECONDS
splint_factor = 0.85
Expand Down
Binary file modified icons/obj/medical/stack_medical.dmi
Binary file not shown.

0 comments on commit 8a4c6b7

Please sign in to comment.