Adds a sprite for kitchen tools worn in suit storage. (#88045)

## 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
🆑
image: Kitchen and eating utensils now have suit storage sprites.
/🆑
This commit is contained in:
necromanceranne
2024-11-21 18:16:58 +01:00
committed by GitHub
parent 0fa3b7625d
commit aa0cc4cb5f
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -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)
. = ..()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 90 KiB