From: mhamster <81412348+mhamsterr@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:26:06 +0000 (+0700) Subject: [Tweak] Change sleep icon to syndie pyjama's hat (#15353) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=53b0996df23c7cc370101c7883320a1d84d9912f;p=space-station-14.git [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) --- 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