Skip to content

Commit

Permalink
Adds a sprite for kitchen tools worn in suit storage. (tgstation#88045)
Browse files Browse the repository at this point in the history
## About The Pull Request

What is says on the tin. A really simple, though pretty generic looking
kitchen utensil sprite for suit storage.


![image](https://github.com/user-attachments/assets/0eb6324b-41a1-4a6d-92ef-cb67e1240167)

## Why It's Good For The Game

Pink sprites suck. It's so immersion breaking. This resolves that. (why
exactly isn't this being caught by unit tests anyway?)

## Changelog
:cl:
image: Kitchen and eating utensils now have suit storage sprites.
/:cl:
  • Loading branch information
necromanceranne authored Nov 21, 2024
1 parent 0fa3b76 commit aa0cc4c
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/kitchen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
icon = 'icons/obj/service/kitchen.dmi'
lefthand_file = 'icons/mob/inhands/equipment/kitchen_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/kitchen_righthand.dmi'
worn_icon_state = "kitchen_tool"

/obj/item/kitchen/Initialize(mapload)
. = ..()
Expand Down
Binary file modified icons/mob/clothing/belt_mirror.dmi
Binary file not shown.

0 comments on commit aa0cc4c

Please sign in to comment.