From 53b0996df23c7cc370101c7883320a1d84d9912f Mon Sep 17 00:00:00 2001 From: mhamster <81412348+mhamsterr@users.noreply.github.com> Date: Thu, 13 Apr 2023 01:26:06 +0700 Subject: [PATCH] [Tweak] Change sleep icon to syndie pyjama's hat (#15353) Change sleep and wake actions icons to syndie pyjama's hat (which is more logical than just an egg) --- Resources/Prototypes/Actions/types.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 0a31a73e41..5d5e7c2bd5 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -129,13 +129,13 @@ name: action-name-sleep description: action-desc-sleep checkCanInteract: false - icon: { sprite: Objects/Consumable/Food/egg.rsi, state: icon } + icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon } event: !type:SleepActionEvent - type: instantAction id: Wake name: action-name-wake description: action-desc-wake - icon: { sprite: Objects/Consumable/Food/egg.rsi, state: icon } + icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon } checkCanInteract: false event: !type:WakeActionEvent